mirror of
https://gitlab.com/ric_harvey/git-guide.git
synced 2024-11-23 20:24:02 +00:00
fix ssh gen example
This commit is contained in:
parent
a6edecf94e
commit
630bdbb392
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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):
|
||||||
```
|
```
|
||||||
|
|
||||||
Now enter a passphrase for your key, alternatively you can leave this blank but best practice says you should protect it!
|
Now enter a passphrase for your key, alternatively you can leave this blank but best practice says you should protect it!
|
||||||
|
|
Loading…
Reference in a new issue