diff options
author | Takeru Hayasaka <hayatake396@gmail.com> | 2024-12-15 06:45:12 +0900 |
---|---|---|
committer | Takeru Hayasaka <hayatake396@gmail.com> | 2024-12-15 06:45:12 +0900 |
commit | 27c325b7439381bf3df05bfeaa0c2f7bd9847acc (patch) | |
tree | 406f2cc3fe6a6cb204909f103acddc588545af3a /docs | |
parent | a2877eb87328c4e634c86b9d372ff42ab3e43179 (diff) | |
download | vyos-documentation-27c325b7439381bf3df05bfeaa0c2f7bd9847acc.tar.gz vyos-documentation-27c325b7439381bf3df05bfeaa0c2f7bd9847acc.zip |
T6013: Add docs for ssh trusted-user-ca-key feature
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/ssh.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index e7642433..17e6c6df 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -129,6 +129,12 @@ Configuration ``rsa-sha2-256-cert-v01@openssh.com``, ``rsa-sha2-512``, ``rsa-sha2-512-cert-v01@openssh.com`` +.. cfgcmd::set service ssh trusted-user-ca-key ca-certificate <ca_cert_name> + + Specify the name of the CA certificate that will be used to verify the user + certificates. + You can use it by adding the CA certificate with the PKI command. + Dynamic-protection ================== Protects host from brute-force attacks against |