Browse Source

Added PasswordAuthentication yes in the install script

pull/19/head
anmol26s 8 years ago
committed by GitHub
parent
commit
60465936b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/install

1
scripts/install

@ -112,6 +112,7 @@ Match User ${user}
AllowTcpForwarding no AllowTcpForwarding no
PermitTunnel no PermitTunnel no
X11Forwarding no X11Forwarding no
PasswordAuthentication yes
##<- ${app}" | tee -a /etc/ssh/sshd_config >/dev/null ##<- ${app}" | tee -a /etc/ssh/sshd_config >/dev/null
systemctl reload ssh systemctl reload ssh

Loading…
Cancel
Save