Changes
Page history
Update Documentation
authored
Jul 18, 2025
by
Peter Heger
Hide whitespace changes
Inline
Side-by-side
Documentation.md
View page @
cdc1e0cd
...
...
@@ -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>"
```
...
...
...
...