diff --git a/etc/ssh/sshd_config/10-custom.conf b/etc/ssh/sshd_config/10-custom.conf new file mode 100644 index 0000000..a3c16f2 --- /dev/null +++ b/etc/ssh/sshd_config/10-custom.conf @@ -0,0 +1,10 @@ +X11Forwarding no +HostKey /etc/ssh/ssh_host_ed25519_key +HostKeyAlgorithms ssh-ed25519 +PubkeyAcceptedKeyTypes ssh-ed25519 +Ciphers aes256-gcm@openssh.com +MACs -* +PasswordAuthentication no +PermitRootLogin no +KerberosAuthentication no +GSSAPIAuthentication no