Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 3d0690b

Browse files
authored
Fix incorrect reference and formatting
1 parent 4d6d586 commit 3d0690b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_episodes/01-connecting.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)