diff options
Diffstat (limited to 'templates/etc_ssh_sshd_config.j2')
| -rw-r--r-- | templates/etc_ssh_sshd_config.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/etc_ssh_sshd_config.j2 b/templates/etc_ssh_sshd_config.j2 index b7ad162..06179ce 100644 --- a/templates/etc_ssh_sshd_config.j2 +++ b/templates/etc_ssh_sshd_config.j2 @@ -58,7 +58,7 @@ AuthorizedKeysFile .ssh/authorized_keys # Change to yes to enable built-in password authentication. # Note that passwords may also be accepted via KbdInteractiveAuthentication. -PasswordAuthentication yes +PasswordAuthentication no #PermitEmptyPasswords no # Change to no to disable PAM authentication |
