From d30bd174ecaf3db0d88a829be9bd061de86b1a77 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 13 Oct 2016 09:21:06 +0100 Subject: Disable password for ssh on all machines --- modules/openssh/templates/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openssh/templates') 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 -- cgit v1.2.1