sshd - Fix default password authentication
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Mar 2017 22:47:52 +0000 (15:47 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Mar 2017 22:47:52 +0000 (15:47 -0700)
commit1cb3a32c13b1be5bb146cb685a2edbfce5598c19
tree42206c984b5fc7f1047ff0513785abf0dc3dc8b4
parentef804875698e2526f6f548f156ccfe851de53a2b
sshd - Fix default password authentication

* The default for PasswordAuthentication somehow got reverted to
  being enabled.

* Disable PasswordAuthentication by default.

* Uncomment PasswordAuthentication in the default sshd_config,
  defaulting to 'no', and always overriding sshd's own defaults.
crypto/openssh/readconf.c
crypto/openssh/sshd_config