Displaying 1 result from an estimated 1 matches for "pileofstuff".
2008 May 31
1
[Bug 1474] New: Password authentication should be configurable per-user
...Product: Portable OpenSSH
Version: 5.0p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: andrew-bugzilla.mindrot.org at pileofstuff.org
The PasswordAuthentication option in sshd_config should have the
following extra values:
* default-yes
Allow password logins for users that don't have a
.ssh/disallow-passwords file
* default-no
Disallow password logins for users that don't have a
.ssh/allow-passwords file
This w...