summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2023-01-30 15:55:30 +0100
committerrebortg <github@ghlr.de>2023-01-30 15:55:30 +0100
commit71fbb370c3e6ee16facd4e7f14ce8bda0ed335a0 (patch)
tree577a879f23300bc7b298091393273b6f6c1756f7 /docs
parent2923800d7d6f2e37e1f472fdd0e341c444c308b4 (diff)
downloadvyos-documentation-71fbb370c3e6ee16facd4e7f14ce8bda0ed335a0.tar.gz
vyos-documentation-71fbb370c3e6ee16facd4e7f14ce8bda0ed335a0.zip
ssh: sync branches
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/service/ssh.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst
index 5eaa971f..15c2390c 100644
--- a/docs/configuration/service/ssh.rst
+++ b/docs/configuration/service/ssh.rst
@@ -201,7 +201,7 @@ Operation
.. code-block:: none
- alyssa@vyos:~$ generate public-key-command name alyssa path sftp://example.net/home/alyssa/.ssh/id_rsa.pub
+ alyssa@vyos:~$ generate public-key-command user alyssa path sftp://example.net/home/alyssa/.ssh/id_rsa.pub
# To add this key as an embedded key, run the following commands:
configure
set system login user alyssa authentication public-keys alyssa@example.net key AAA...