Browse Source

PasswordAuthentication yes in the upgrade script

pull/21/head
anmol26s 8 years ago
committed by GitHub
parent
commit
3f1cf14114
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/upgrade

1
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

Loading…
Cancel
Save