diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-23 15:36:54 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-23 15:36:54 +0300 |
| commit | 9093e8d91b0000442dd538a2991fd2645cbeb154 (patch) | |
| tree | deeb7a7fbece36a48303a56ee5f3726bea466caf /templates/etc_ssh_sshd_config.j2 | |
| parent | 9dcb3d37f98efad7657d06cb080a5112b9d50b63 (diff) | |
Add README
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 |
