mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Fix typo in generate public-key-command
This commit is contained in:
parent
682a1fa4df
commit
1b7b7de471
@ -157,7 +157,7 @@ Operation
|
|||||||
``/config/auth/id_rsa_rpki.pub``
|
``/config/auth/id_rsa_rpki.pub``
|
||||||
will be created.
|
will be created.
|
||||||
|
|
||||||
.. opcmd:: generate public-key-commands name <username> path <location>
|
.. opcmd:: generate public-key-command name <username> path <location>
|
||||||
|
|
||||||
Generate the configuration mode commands to add a public key for
|
Generate the configuration mode commands to add a public key for
|
||||||
:ref:`ssh_key_based_authentication`.
|
:ref:`ssh_key_based_authentication`.
|
||||||
@ -169,7 +169,7 @@ Operation
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
alyssa@vyos:~$ generate public-key-commands name alyssa path sftp://example.net/home/alyssa/.ssh/id_rsa.pub
|
alyssa@vyos:~$ generate public-key-command name alyssa path sftp://example.net/home/alyssa/.ssh/id_rsa.pub
|
||||||
# To add this key as an embedded key, run the following commands:
|
# To add this key as an embedded key, run the following commands:
|
||||||
configure
|
configure
|
||||||
set system login user alyssa authentication public-keys alyssa@example.net key AAA...
|
set system login user alyssa authentication public-keys alyssa@example.net key AAA...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user