Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/service/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Specify IPv4/IPv6 listen address of SSH server. Multiple addresses can be
defined.

.. cfgcmd:: set service ssh ciphers <cipher>
.. cfgcmd:: set service ssh cipher <cipher>

Define allowed ciphers used for the SSH connection. A number of allowed
ciphers can be specified, use multiple occurrences to allow multiple ciphers.
Expand Down Expand Up @@ -156,7 +156,7 @@
$ set pki openssh test_ca public type ssh-rsa
$ set service ssh trusted-user-ca test_ca

You can now log into the system using: ``ssh -i vyos_testca [email protected]``

Check warning on line 159 in docs/configuration/service/ssh.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=89


Dynamic-protection
Expand Down Expand Up @@ -295,4 +295,4 @@

.. opcmd:: show ssh fingerprints ascii

Show SSH server public key fingerprints, including a visual ASCII art representation.

Check warning on line 298 in docs/configuration/service/ssh.rst

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=87
Loading