@@ -85,7 +85,7 @@ An SSH key pair always consists of a private key (as in **private - don't share,
...
@@ -85,7 +85,7 @@ An SSH key pair always consists of a private key (as in **private - don't share,
```
```
ssh-keygen -t ed25519 -C "<YOUR NAME>"
ssh-keygen -t ed25519 -C "<YOUR NAME>"
```
```
The type of key to be generated is specified with the `-t` option, where we recommend the "ed25519" algorithm for enhanced security. You can then confirm the default file location by hitting ENTER.
The type of key to be generated is specified with the `-t` option, where we recommend the "ed25519" elliptic curve algorithm for enhanced security. You can then confirm the default file location by hitting ENTER.
```
```
Enter file in which to save the key (/home/<USERNAME>/.ssh/id_ed25519):
Enter file in which to save the key (/home/<USERNAME>/.ssh/id_ed25519):