This repository was archived by the owner on Aug 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ $ ssh-keygen -t ed25519 -a 100 -f ~/.ssh/id_{{ site.workshop_host }}_ed25519
164
164
If you already have SSH keys, make sure you specify a different name:
165
165
` ssh-keygen ` will overwrite the default key if you don't specify!
166
166
167
- If EcDSA is not available, use the older (but strong and trusted)
167
+ If ed25519 is not available, use the older (but strong and trusted)
168
168
[ RSA] ( https://en.wikipedia.org/wiki/RSA_(cryptosystem) ) cryptography:
169
169
170
170
```
@@ -193,8 +193,9 @@ to provide.
193
193
>
194
194
> A private key that is visible to anyone but you should be considered compromised,
195
195
> and must be destroyed. This includes having improper permissions on the directory
196
- > it (or a copy) is stored in, traversing any network in the clear, attachment on unencrypted
197
- > email, and even displaying the key (which is ASCII text) in your terminal window.
196
+ > it (or a copy) is stored in, traversing any network in the clear, attachment on
197
+ > unencrypted email, and even displaying the key (which is ASCII text) in your
198
+ > terminal window.
198
199
>
199
200
> Protect this key as if it unlocks your front door. In many ways, it does.
200
201
{: .caution}
You can’t perform that action at this time.
0 commit comments