From db85e1a7265b79a0c621f8740c8d0a23abc555bd Mon Sep 17 00:00:00 2001 From: quackerd Date: Fri, 12 Mar 2021 05:07:29 -0500 Subject: [PATCH] ansible --- ansible/vm-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vm-setup.yml b/ansible/vm-setup.yml index d8da6ac..8c20693 100644 --- a/ansible/vm-setup.yml +++ b/ansible/vm-setup.yml @@ -59,7 +59,7 @@ state: present validate: "/usr/sbin/sshd -t -f %s" loop: - - { key: "PermitRootLogin", value: "no" } + - { key: "PermitRootLogin", value: "without-password" } - { key: "PasswordAuthentication", value: "yes" } - { key: "Port", value: "77" }