From 79a362ace33cd5fe54384c38eca6c2da48a69cf8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 29 Apr 2018 02:40:33 -0400 Subject: [PATCH] Update iiab-vpn --- roles/openvpn/templates/iiab-vpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openvpn/templates/iiab-vpn b/roles/openvpn/templates/iiab-vpn index c3aab24eb..306902c1e 100755 --- a/roles/openvpn/templates/iiab-vpn +++ b/roles/openvpn/templates/iiab-vpn @@ -33,7 +33,7 @@ case $1 in ;; esac -# we'd like for passwords authentication to be turned off +# we'd like for password authentication to be turned off grep -e^PasswordAuthentication.*[Yy]es /etc/ssh/sshd_config PASSWORDS_ENABLED=$?