1
1
Fork 0

ssh: Add UseStrictKeyExchange 2

This commit is contained in:
Jonathan Schleifer 2025-01-06 02:32:07 +00:00
parent 77955bedcb
commit e914adc028

View file

@ -21,5 +21,6 @@ Host *
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,sntrup761x25519-sha512@openssh.com,mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519 HostKeyAlgorithms ssh-ed25519
UseStrictKeyExchange 2
ForwardAgent no ForwardAgent no
SendEnv COLORTERM SendEnv COLORTERM