CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/06 08:53:21
Modified files:
usr.bin/ssh : auth.c servconf.c sshd_config sshd_config.5
Log message:
add prohibit-password as a synonymn for without-password, since the
without-password is causing too many questions. Harden it to ban all
but pubkey, hostbased, and GSSAPI auth (when the latter is enabled)
from djm, ok markus
