Skip to content

Commit

Permalink
Update _episodes/11-connecting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored and tkphd committed Jun 3, 2022
1 parent 93f0ee8 commit eff28fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/11-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ produce a stronger key than the `ssh-keygen` default by invoking these flags:
algorithm. `ed25519` specifies [EdDSA][wiki-dsa] with a 256-bit key;
it is faster than RSA with a comparable strength.
* `-f` (default is /home/user/.ssh/id_algorithm): filename to store your
private key. The public key will be identical, with a `.pub` extension added.
private key. The public key filename will be identical, with a `.pub` extension added.

```
{{ site.local.prompt }} ssh-keygen -a 100 -f ~/.ssh/id_ed25519 -t ed25519
Expand Down

0 comments on commit eff28fb

Please sign in to comment.