This commit is contained in:
quackerd 2021-03-12 05:07:29 -05:00
parent b73a9d64b5
commit db85e1a726
1 changed files with 1 additions and 1 deletions

View File

@ -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" }