1
1
Fork 0

ssh: More conservative KexAlgorithms

Didn't work with SSH on Fedora.
This commit is contained in:
Jonathan Schleifer 2025-01-06 12:59:07 +00:00
parent e914adc028
commit 58cf87b60c

View file

@ -19,8 +19,7 @@ Host *.tmate.io
Host * Host *
IdentitiesOnly yes IdentitiesOnly yes
Ciphers aes256-gcm@openssh.com Ciphers aes256-gcm@openssh.com
KexAlgorithms sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519 HostKeyAlgorithms ssh-ed25519
UseStrictKeyExchange 2
ForwardAgent no ForwardAgent no
SendEnv COLORTERM SendEnv COLORTERM