Displaying 1 result from an estimated 1 matches for "emptypass".
Did you mean:
emptyclass
2004 Aug 27
0
[patch] v1 empty pass with PAM disabled still prompts for pass fix.
Setup:
------
config.h:
#define USE_PAM 1
sshd_config:
PasswordAuthentication yes
PermitEmptyPasswords yes
UsePAM no
------
With the above config, and a user with no password, logging in with v2
gives no password prompt (because auth-method none works), but in v1,
a password is still prompted for (empty is accepted though, just have
to press enter).
If UsePAM is enabled, no prompt is display...