update ciphers
This commit is contained in:
parent
8a410e738c
commit
4a05038c21
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
HostKey /etc/ssh/ssh_host_rsa_key
|
HostKey /etc/ssh/ssh_host_rsa_key
|
||||||
HostKeyAlgorithms ssh-ed25519,rsa-sha2-512
|
HostKeyAlgorithms ssh-ed25519,rsa-sha2-512
|
||||||
PubkeyAcceptedAlgorithms ssh-ed25519,rsa-sha2-512
|
PubkeyAcceptedAlgorithms ssh-ed25519,rsa-sha2-512
|
||||||
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org
|
KexAlgorithms mlkem768x25519-sha256,sntrup761x25519-sha512
|
||||||
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com
|
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com
|
||||||
MACs hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com
|
MACs hmac-sha2-512-etm@openssh.com
|
||||||
Compression no
|
Compression no
|
||||||
PermitRootLogin no
|
PermitRootLogin no
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue