1
1
Fork 0

ssh: Update KexAlgorithms to include PQC

This commit is contained in:
Jonathan Schleifer 2025-01-06 02:29:09 +00:00
parent c220805772
commit 77955bedcb

View file

@ -19,6 +19,7 @@ Host *.tmate.io
Host * Host *
IdentitiesOnly yes IdentitiesOnly yes
Ciphers aes256-gcm@openssh.com 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 HostKeyAlgorithms ssh-ed25519
ForwardAgent no ForwardAgent no
SendEnv COLORTERM