diff --git a/.config/sshd_config.conf b/.config/sshd_config.conf new file mode 100644 index 0000000..10c429e --- /dev/null +++ b/.config/sshd_config.conf @@ -0,0 +1,4 @@ +HostKey /etc/ssh/ssh_host_ed25519_key +PermitRootLogin no +PasswordAuthentication no +KbdInteractiveAuthentication no