summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKierán Meinhardt <kmein@posteo.de>2024-04-08 10:48:29 +0200
committerKierán Meinhardt <kmein@posteo.de>2024-04-08 10:48:29 +0200
commit1c896bd6e13d32dafc0cd09d26ff06164002cc89 (patch)
tree5389ec5aa62cc1da8a05b5329d7b439bd093ab70
parent4d49db587dcaf2edff3ded4e59612777c809203e (diff)
nixos/manual: fix sshfs keygen output
-rw-r--r--nixos/doc/manual/configuration/sshfs-file-systems.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/sshfs-file-systems.section.md b/nixos/doc/manual/configuration/sshfs-file-systems.section.md
index e2e37454b7ea..32b4aac78304 100644
--- a/nixos/doc/manual/configuration/sshfs-file-systems.section.md
+++ b/nixos/doc/manual/configuration/sshfs-file-systems.section.md
@@ -26,8 +26,8 @@ To create a new key without a passphrase you can do:
```ShellSession
$ ssh-keygen -t ed25519 -P '' -f example-key
Generating public/private ed25519 key pair.
-Your identification has been saved in test-key
-Your public key has been saved in test-key.pub
+Your identification has been saved in example-key
+Your public key has been saved in example-key.pub
The key fingerprint is:
SHA256:yjxl3UbTn31fLWeyLYTAKYJPRmzknjQZoyG8gSNEoIE my-user@workstation
```