From afecf500c401c72f0bf791510a1b0722d825f2b5 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 24 Dec 2023 22:39:21 +0000 Subject: [PATCH] ssh/config: Use to AES256-GCM to mitigate Terrapin --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index bcc2658..91a161b 100644 --- a/ssh/config +++ b/ssh/config @@ -18,6 +18,6 @@ Host *.tmate.io Host * IdentitiesOnly yes - Ciphers chacha20-poly1305@openssh.com + Ciphers aes256-gcm@openssh.com KexAlgorithms curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519