1
1
Fork 0

ssh/config: Use to AES256-GCM to mitigate Terrapin

This commit is contained in:
Jonathan Schleifer 2023-12-24 22:39:21 +00:00
parent 4b62923121
commit afecf500c4

View file

@ -18,6 +18,6 @@ Host *.tmate.io
Host * Host *
IdentitiesOnly yes IdentitiesOnly yes
Ciphers chacha20-poly1305@openssh.com Ciphers aes256-gcm@openssh.com
KexAlgorithms curve25519-sha256@libssh.org KexAlgorithms curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519 HostKeyAlgorithms ssh-ed25519