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
164164 If you already have SSH keys, make sure you specify a different name:
165165 ` ssh-keygen ` will overwrite the default key if you don't specify!
166166
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)
168168[ RSA] ( https://en.wikipedia.org/wiki/RSA_(cryptosystem) ) cryptography:
169169
170170```
@@ -193,8 +193,9 @@ to provide.
193193>
194194> A private key that is visible to anyone but you should be considered compromised,
195195> 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.
198199>
199200> Protect this key as if it unlocks your front door. In many ways, it does.
200201 {: .caution}
You can’t perform that action at this time.
0 commit comments