diff options
author | rebortg <github@ghlr.de> | 2023-01-30 15:55:30 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-30 15:55:30 +0100 |
commit | 71fbb370c3e6ee16facd4e7f14ce8bda0ed335a0 (patch) | |
tree | 577a879f23300bc7b298091393273b6f6c1756f7 /docs | |
parent | 2923800d7d6f2e37e1f472fdd0e341c444c308b4 (diff) | |
download | vyos-documentation-71fbb370c3e6ee16facd4e7f14ce8bda0ed335a0.tar.gz vyos-documentation-71fbb370c3e6ee16facd4e7f14ce8bda0ed335a0.zip |
ssh: sync branches
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/ssh.rst | 2 |
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... |