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,8 +148,8 @@ ssh-keygen -t rsa -b 2048 -C "<comment>"
Press ``enter`` to the next question which will have an output like this
```bash
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/user/.ssh/id_rsa):
Generating public/private rsa key pair.
Enter file in which to save the key (/home/user/.ssh/id_rsa):
```
Now enter a passphrase for your key, alternatively you can leave this blank but best practice says you should protect it!