Skip to content

Commit

Permalink
Merge pull request #227 from Arkaeriit/clarify-nickname-info
Browse files Browse the repository at this point in the history
Clarify the nickname documentation
  • Loading branch information
Arkaeriit authored Aug 2, 2024
2 parents c98c58e + 0bb4f86 commit 7231cc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ Try it out:
ssh devzat.hackclub.com
```

You can log in with a nickname:
If it's your first time logging in, you can choose your display name with the SSH username. For example, if you want to be called "wenjie", you can run:
```sh
ssh nickname@devzat.hackclub.com
ssh wenjie@devzat.hackclub.com
```
If you want to change your display name after the first login, you should use the `nick` command.

If you're under a firewall, you can still join on port 443:
```sh
Expand Down

0 comments on commit 7231cc6

Please sign in to comment.