mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/manual: fix sshfs keygen output
This commit is contained in:
parent
4d49db587d
commit
1c896bd6e1
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ To create a new key without a passphrase you can do:
|
||||||
```ShellSession
|
```ShellSession
|
||||||
$ ssh-keygen -t ed25519 -P '' -f example-key
|
$ ssh-keygen -t ed25519 -P '' -f example-key
|
||||||
Generating public/private ed25519 key pair.
|
Generating public/private ed25519 key pair.
|
||||||
Your identification has been saved in test-key
|
Your identification has been saved in example-key
|
||||||
Your public key has been saved in test-key.pub
|
Your public key has been saved in example-key.pub
|
||||||
The key fingerprint is:
|
The key fingerprint is:
|
||||||
SHA256:yjxl3UbTn31fLWeyLYTAKYJPRmzknjQZoyG8gSNEoIE my-user@workstation
|
SHA256:yjxl3UbTn31fLWeyLYTAKYJPRmzknjQZoyG8gSNEoIE my-user@workstation
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue