mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 16:50:50 +00:00
Fix a typo in README.md
This commit is contained in:
parent
fc49353b67
commit
19a5c6646f
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ As a side note, using `ssh-keyscan` without proper key verification is susceptib
|
||||||
## Creating SSH Keys
|
## Creating SSH Keys
|
||||||
|
|
||||||
In order to create a new SSH key, run `ssh-keygen -t ed25519 -a 100 -f path/to/keyfile`, as suggested in [this blog post](https://stribika.github.io/2015/01/04/secure-secure-shell.html).
|
In order to create a new SSH key, run `ssh-keygen -t ed25519 -a 100 -f path/to/keyfile`, as suggested in [this blog post](https://stribika.github.io/2015/01/04/secure-secure-shell.html).
|
||||||
If you need to work with some older server software and need RSA keys, tr `ssh-keygen -t rsa -b 4096 -o -f path/to/keyfile` instead.
|
If you need to work with some older server software and need RSA keys, try `ssh-keygen -t rsa -b 4096 -o -f path/to/keyfile` instead.
|
||||||
|
|
||||||
Both commands will prompt you for a key passphrase and save the key in `path/to/keyfile`.
|
Both commands will prompt you for a key passphrase and save the key in `path/to/keyfile`.
|
||||||
In general, having a passphrase is a good thing, since it will keep the key encrypted on your disk. When using the key with this action, however, you need to make sure you don't
|
In general, having a passphrase is a good thing, since it will keep the key encrypted on your disk. When using the key with this action, however, you need to make sure you don't
|
||||||
|
|
Loading…
Reference in a new issue