fix ssh gen example

This commit is contained in:
Ric Harvey 2024-05-10 22:42:47 +01:00
parent a6edecf94e
commit 630bdbb392
Signed by: ric
GPG key ID: CD63CE502B962F16

View file

@ -148,7 +148,7 @@ ssh-keygen -t rsa -b 2048 -C "<comment>"
Press ``enter`` to the next question which will have an output like this Press ``enter`` to the next question which will have an output like this
```bash ```bash
Generating public/private ed25519 key pair. Generating public/private rsa key pair.
Enter file in which to save the key (/home/user/.ssh/id_rsa): Enter file in which to save the key (/home/user/.ssh/id_rsa):
``` ```