diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index ae7f65b..57a238e 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -1,9 +1,7 @@ Port 46571 AddressFamily any Protocol 2 -HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key -SyslogFacility AUTHPRIV PermitRootLogin prohibit-password AuthorizedKeysFile .ssh/authorized_keys PasswordAuthentication no