From 1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 15 Dec 2025 19:28:42 +0100 Subject: ssh: update list of supported ciphers! --- docs/configuration/service/ssh.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3