ssh: More conservative KexAlgorithms
Didn't work with SSH on Fedora.
This commit is contained in:
parent
e914adc028
commit
58cf87b60c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue