ssh: Update KexAlgorithms to include PQC
This commit is contained in:
parent
c220805772
commit
77955bedcb
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ Host *.tmate.io
|
||||||
Host *
|
Host *
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
Ciphers aes256-gcm@openssh.com
|
Ciphers aes256-gcm@openssh.com
|
||||||
KexAlgorithms 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
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
|
SendEnv COLORTERM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue