Skip to content

Commit 53715f8

Browse files
Merge pull request #109 from koshieguchi/fix_a_typo_in_README
Fix a typo in README.md
2 parents fc49353 + 19a5c66 commit 53715f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ As a side note, using `ssh-keyscan` without proper key verification is susceptib
167167
## Creating SSH Keys
168168

169169
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).
170-
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.
170+
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.
171171

172172
Both commands will prompt you for a key passphrase and save the key in `path/to/keyfile`.
173173
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

0 commit comments

Comments
 (0)