summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2023-01-30 15:55:07 +0100
committerrebortg <github@ghlr.de>2023-01-30 15:55:07 +0100
commit51a76e1b04f1a0d77ba671129c917f87dc31324f (patch)
tree1b8294ab35e45b52916d046a1d1177ce532959d1
parent7274c1d33d44f83756452773573acc44d5a7a45a (diff)
downloadvyos-documentation-51a76e1b04f1a0d77ba671129c917f87dc31324f.tar.gz
vyos-documentation-51a76e1b04f1a0d77ba671129c917f87dc31324f.zip
ssh: sync branches
-rw-r--r--docs/configuration/service/ssh.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst
index e03d1e70..b4018c52 100644
--- a/docs/configuration/service/ssh.rst
+++ b/docs/configuration/service/ssh.rst
@@ -157,7 +157,7 @@ Operation
``/config/auth/id_rsa_rpki.pub``
will be created.
-.. opcmd:: generate public-key-command name <username> path <location>
+.. opcmd:: generate public-key-command user <username> path <location>
Generate the configuration mode commands to add a public key for
:ref:`ssh_key_based_authentication`.
@@ -169,7 +169,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...