From a0e54e8a0469fd932ef77d6c3705f6b57e1b49fa Mon Sep 17 00:00:00 2001 From: kairee Date: Mon, 8 May 2023 03:25:43 +0000 Subject: [PATCH] feat: update sshd_config --- etc/ssh/sshd_config | 2 -- 1 file changed, 2 deletions(-) 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