~xenrox/ansible

e4e6d59d040dfcfa27cd02a62b4ff7b1cef75734 — Thorben Günther 1 year, 1 month ago ba15dbe
ssh: Update sshd config
1 files changed, 1 insertions(+), 1 deletions(-)

M roles/ssh/templates/sshd_config.j2
M roles/ssh/templates/sshd_config.j2 => roles/ssh/templates/sshd_config.j2 +1 -1
@@ 84,7 84,7 @@ KbdInteractiveAuthentication no
# be allowed through the KbdInteractiveAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via KbdInteractiveAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# the setting of "PermitRootLogin prohibit-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and KbdInteractiveAuthentication to 'no'.