Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -90,7 +90,7 @@ The type of key to be generated is specified with the `-t` option, where we reco
```
Enter file in which to save the key (/home/<USERNAME>/.ssh/id_ed25519):
```
Outdated SSH versions may not support key type "ed25519". In this case, use
Outdated SSH versions may not support key type "ed25519". In this case, use the following parameters:
```
ssh-keygen -t rsa -b 4096 -C "<YOUR NAME>"
```
......
......