diff options
author | Robert Göhler <github@ghlr.de> | 2025-01-08 14:53:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 14:53:38 +0100 |
commit | 4d4faa9e88eab825c86371c5301d1d43395de6ab (patch) | |
tree | 17c4de8f2641cfee9d5de6ab1495558e8563c029 /docs/configuration/service/ssh.rst | |
parent | a7826a7862169ef6651437fdcc7e5ab3e346fa9f (diff) | |
download | vyos-documentation-4d4faa9e88eab825c86371c5301d1d43395de6ab.tar.gz vyos-documentation-4d4faa9e88eab825c86371c5301d1d43395de6ab.zip |
SSH: fix missing space
Diffstat (limited to 'docs/configuration/service/ssh.rst')
-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 17e6c6df..4fa44d3e 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -129,7 +129,7 @@ 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> +.. 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. |