diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-10-13 09:21:06 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-10-13 09:21:06 +0100 |
commit | d30bd174ecaf3db0d88a829be9bd061de86b1a77 (patch) | |
tree | e31e0a7aedf0973da70ebbf6fc73e444203f8dd9 /modules/openssh/templates | |
parent | e0230ba1c5819f15245b930df0949b7ddabce4a0 (diff) | |
download | puppet-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/templates')
-rw-r--r-- | modules/openssh/templates/sshd_config | 2 |
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 |