ssh/config: Use to AES256-GCM to mitigate Terrapin
This commit is contained in:
parent
4b62923121
commit
afecf500c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue