mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
prefer ed25519
This commit is contained in:
parent
f9f7be7b0d
commit
b29772f146
1 changed files with 1 additions and 1 deletions
|
@ -41,8 +41,8 @@ PrintMotd no
|
|||
PrintLastLog yes
|
||||
|
||||
# Use only modern host keys
|
||||
HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
|
||||
# Use only modern ciphers
|
||||
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256
|
||||
|
|
Loading…
Add table
Reference in a new issue