aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-10-13 09:21:06 +0100
committerPascal Terjan <pterjan@gmail.com>2016-10-13 09:21:06 +0100
commitd30bd174ecaf3db0d88a829be9bd061de86b1a77 (patch)
treee31e0a7aedf0973da70ebbf6fc73e444203f8dd9 /modules/openssh
parente0230ba1c5819f15245b930df0949b7ddabce4a0 (diff)
downloadpuppet-d30bd174ecaf3db0d88a829be9bd061de86b1a77.tar
puppet-d30bd174ecaf3db0d88a829be9bd061de86b1a77.tar.gz
puppet-d30bd174ecaf3db0d88a829be9bd061de86b1a77.tar.bz2
puppet-d30bd174ecaf3db0d88a829be9bd061de86b1a77.tar.xz
puppet-d30bd174ecaf3db0d88a829be9bd061de86b1a77.zip
Disable password for ssh on all machines
Diffstat (limited to 'modules/openssh')
-rw-r--r--modules/openssh/templates/sshd_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config
index def8ca16..ebf595d4 100644
--- a/modules/openssh/templates/sshd_config
+++ b/modules/openssh/templates/sshd_config
@@ -57,7 +57,7 @@ PermitRootLogin without-password
#IgnoreRhosts yes
# To disable tunneled clear text passwords, change to no here!
-#PasswordAuthentication yes
+PasswordAuthentication no
#PermitEmptyPasswords no
# Change to no to disable s/key passwords