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