From 3f1cf141145a62ee836680c1818ceaaace2a6a13 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Thu, 9 Nov 2017 12:09:24 +0530 Subject: [PATCH] PasswordAuthentication yes in the upgrade script --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index abacad4..2bf5915 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -140,6 +140,7 @@ Match User ${user} AllowTcpForwarding no PermitTunnel no X11Forwarding no + PasswordAuthentication yes ##<- ${app}" | tee -a /etc/ssh/sshd_config >/dev/null systemctl reload ssh