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:29:00 +0100 |
| commit | 4454642db04042bbde7db54467bb21ff1c5c1d51 (patch) | |
| tree | da59473f49bb6ac6880813df7d7d84ed35c36c83 /docs | |
| parent | 56be17c2c8e1d621e0500a79e4815d56e847ced9 (diff) | |
| download | vyos-documentation-4454642db04042bbde7db54467bb21ff1c5c1d51.tar.gz vyos-documentation-4454642db04042bbde7db54467bb21ff1c5c1d51.zip | |
ssh: update list of supported ciphers!
(cherry picked from commit 1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094)
Diffstat (limited to 'docs')
| -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 bb76e3d9..4770c950 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 |
