Browse Source

PasswordAuthentication yes in the restore script

pull/20/head
anmol26s 8 years ago
committed by GitHub
parent
commit
467f0a3c2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/restore

1
scripts/restore

@ -103,6 +103,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