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