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