diff --git a/etc/ssh/sshd_config.d/10-custom.conf b/etc/ssh/sshd_config.d/10-custom.conf index a3c16f2..c2c399b 100644 --- a/etc/ssh/sshd_config.d/10-custom.conf +++ b/etc/ssh/sshd_config.d/10-custom.conf @@ -4,7 +4,8 @@ HostKeyAlgorithms ssh-ed25519 PubkeyAcceptedKeyTypes ssh-ed25519 Ciphers aes256-gcm@openssh.com MACs -* -PasswordAuthentication no +PasswordAuthentication no PermitRootLogin no KerberosAuthentication no GSSAPIAuthentication no +Banner /etc/issue.net \ No newline at end of file