diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-12-15 19:28:42 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-12-15 19:28:42 +0100 |
| commit | 1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094 (patch) | |
| tree | 8d7e527363eb8d9614f63209f4e791a6d67fd7ff /docs/configuration | |
| parent | 2b5de5f18144266076acdbe80c98258491891943 (diff) | |
| download | vyos-documentation-1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094.tar.gz vyos-documentation-1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094.zip | |
ssh: update list of supported ciphers!
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/service/ssh.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index c9969aa6..32543bcf 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -52,7 +52,8 @@ Configuration List of supported ciphers: ``3des-cbc``, ``aes128-cbc``, ``aes192-cbc``, ``aes256-cbc``, ``aes128-ctr``, ``aes192-ctr``, ``aes256-ctr``, - ``arcfour128``, ``arcfour256``, ``arcfour``, ``blowfish-cbc``, ``cast128-cbc`` + ``aes128-gcm@openssh.com``, ``aes256-gcm@openssh.com``, + ``chacha20-poly1305@openssh.com`` .. cfgcmd:: set service ssh disable-password-authentication |
