diff --git a/etc/ssh/sshd_config.d/mikaela-prohibit-password.conf b/etc/ssh/sshd_config.d/mikaela-prohibit-password.conf new file mode 100644 index 00000000..05979b0c --- /dev/null +++ b/etc/ssh/sshd_config.d/mikaela-prohibit-password.conf @@ -0,0 +1,3 @@ +# User Mikaela hates passwords and will only use keys. +Match User mikaela + PasswordAuthentication no