mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 01:03:02 +02:00
prefer ed25519
This commit is contained in:
parent
119a9af4fb
commit
115fa202d4
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