From 77955bedcba6d00182223e8890bf0cd65f61a8b1 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 6 Jan 2025 02:29:09 +0000 Subject: [PATCH] ssh: Update KexAlgorithms to include PQC --- ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index a710f20..c024123 100644 --- a/ssh/config +++ b/ssh/config @@ -19,6 +19,7 @@ Host *.tmate.io Host * IdentitiesOnly yes Ciphers aes256-gcm@openssh.com - KexAlgorithms curve25519-sha256@libssh.org + KexAlgorithms sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519 ForwardAgent no + SendEnv COLORTERM