From d7c23eac022de23de83ecbaba4e786b5454109ff Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 22 Jul 2022 19:11:28 -0400 Subject: [PATCH] disable unused AES-GCM cipher suites --- sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd_config b/sshd_config index 0537b92..0fbefd2 100644 --- a/sshd_config +++ b/sshd_config @@ -19,7 +19,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key HostKeyAlgorithms ssh-ed25519 KexAlgorithms curve25519-sha256 PubkeyAcceptedKeyTypes ssh-ed25519 -Ciphers chacha20-poly1305@openssh.com,aes128-gcm@openssh.com,aes256-gcm@openssh.com +Ciphers chacha20-poly1305@openssh.com MACs -* # Ciphers and keying