From 913eafd2d0998aaa593da0abaec075019598fd6d Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 28 Mar 2016 09:28:12 +0200 Subject: [PATCH] Accidentaly enabled password authentication instead of disabling it --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 3667bd09..21d52761 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -32,7 +32,7 @@ if [ ! -z "$IP_ADDRESS_OF_USER" ]; then # password based logins echo "Disabling password authentication for ssh" tools/editconf.py /etc/ssh/sshd_config -s \ - PasswordAuthentication=yes + PasswordAuthentication=no restart_service ssh fi