diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-12-22 20:15:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-22 20:15:51 +0100 |
| commit | 279d1abe325848cb67dab01db481a0260f21a338 (patch) | |
| tree | 305f30db77cc946291d2b4860bf2b9b833a321a8 /docs/configuration | |
| parent | 71d4027b378f1e027cfe706dcc6578c2c0362d3e (diff) | |
| parent | 758098c0c9cedf1ea3a6f8b6f547b645765957d7 (diff) | |
| download | vyos-documentation-279d1abe325848cb67dab01db481a0260f21a338.tar.gz vyos-documentation-279d1abe325848cb67dab01db481a0260f21a338.zip | |
Merge pull request #1722 from vyos/ssh-cipher
ssh: T8098: rename "ciphers" to "cipher"
Diffstat (limited to 'docs/configuration')
| -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 32543bcf..90a28a34 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -45,7 +45,7 @@ Configuration 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. |
