diff --git a/config/etc/ssh/sshd_config b/config/etc/ssh/sshd_config index e16ff59..20d53c3 100644 --- a/config/etc/ssh/sshd_config +++ b/config/etc/ssh/sshd_config @@ -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