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
8 changes: 8 additions & 0 deletions docs/configuration/service/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
Disable password based authentication. Login via SSH keys only. This hardens
security!

.. cfgcmd:: set service ssh fido pin-required

Require FIDO2 keys to attest that a user has been verified (e.g. via a PIN).

.. cfgcmd:: set service ssh fido touch-required

Require FIDO2 keys to attest that a user is physically present.

.. cfgcmd:: set service ssh disable-host-validation

Disable the host validation through reverse DNS lookups - can speedup login
Expand Down Expand Up @@ -155,7 +163,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 vyos_testca@vyos.test.com``

Check warning on line 166 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 @@ -294,4 +302,4 @@

.. opcmd:: show ssh fingerprints ascii

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

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

View workflow job for this annotation

GitHub Actions / lint-doc / doc-lint

Line too long: len=87
Loading