Skip to content

Commit 186d6f4

Browse files
committed
rsa -> ed25519
1 parent 6b5ea7d commit 186d6f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ To join, submit a pull request with your public key at `users/<you>/authorized_k
1111
$ cd rw.rs
1212
$
1313
$ # Generate key pair (or use an existing key)
14-
$ ssh-keygen -t ed25519 -f ~/.ssh/id_rsa_rwrs
14+
$ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_rwrs
1515
$
1616
$ # Add pub key to repo
1717
$ mkdir users/<you> # Note: <you> should be <= 10 chars
18-
$ cp ~/.ssh/id_rsa_rwrs.pub users/<you>/authorized_keys
18+
$ cp ~/.ssh/id_ed25519_rwrs.pub users/<you>/authorized_keys
1919
$ git add users/<you>/authorized_keys
2020
$ git commit -m 'add user <you>'
2121
$ git push
@@ -26,7 +26,7 @@ To join, submit a pull request with your public key at `users/<you>/authorized_k
2626
$
2727
$ # After ~10 minutes, account is auto-created
2828
$ # Login!
29-
$ ssh -i ~/.ssh/id_rsa_rwrs <you>@rw.rs
29+
$ ssh -i ~/.ssh/id_ed25519_rwrs <you>@rw.rs
3030
$
3131
$ # Set your motd
3232
$ echo hello users >~/motd

0 commit comments

Comments
 (0)