fixed host key configuration mistake

This commit is contained in:
Asif Bacchus 2019-01-02 00:26:50 -07:00
parent 89af85f17f
commit cc0f964095
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ ClientAliveCountMax 30
Protocol 2
### Authentication settings
HostKey /etc/ssh/ed25519.key.pub
HostKey /etc/ssh/RSA4096.key.pub
HostKey /etc/ssh/ed25519.key
HostKey /etc/ssh/RSA4096.key
#PasswordAuthentication no
PasswordAuthentication yes
PermitEmptyPasswords no