Merge "Let sshd use ecdsa and ed25519 host keys"

This commit is contained in:
Zuul 2018-07-21 13:17:55 +00:00 committed by Gerrit Code Review
commit 7aa95dd9d6
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes