From 1173060c253aa196ac439d97edd92f6148d94937 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 22 Jul 2023 16:32:52 -0400 Subject: [PATCH] ssh: switch to AES256-GCM to use AES-NI --- ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/sshd_config b/ssh/sshd_config index 33b7890..cb2a771 100644 --- a/ssh/sshd_config +++ b/ssh/sshd_config @@ -19,7 +19,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key HostKeyAlgorithms ssh-ed25519 KexAlgorithms sntrup761x25519-sha512@openssh.com PubkeyAcceptedKeyTypes ssh-ed25519 -Ciphers chacha20-poly1305@openssh.com +Ciphers aes256-gcm@openssh.com MACs -* # Ciphers and keying