Skip to content

Commit

Permalink
Clarify the nickname documentation
Browse files Browse the repository at this point in the history
The info is not really clear as showed by multiple
new users being called 'nickname' each time Devzat
is advertised in a new place.
  • Loading branch information
Arkaeriit committed Jul 31, 2024
1 parent c98c58e commit d7a9c3b
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 login in, you can choose your nickname with the SSH username. For example, if you want to be called "john", you can do:
```sh
ssh nickname@devzat.hackclub.com
ssh john@devzat.hackclub.com
```
If you want to change your nickname 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 d7a9c3b

Please sign in to comment.