Hi, I have a feature request in sshd. A feature that only allows user who passes both public key and password authentication to login. Alex
Carson Gaspar
2002-Feb-09 20:32 UTC
feature request in sshd: require both "pubkey" & "password"
--On Thursday, February 07, 2002 9:39 PM -0500 Alex Yu <yua at yudesigns.com> wrote:> I have a feature request in sshd. A feature that only allows user who > passes both public key and password authentication to login.I wrote such a patch, that implements ordered requirements. (e.g. publickey _then_ password). The feedback from Markus was that the functionality (not the code) was too complicated. He said he wanted something simple, like a bitfield, without ordering. Since that doesn't meet my requirements, I guess I'm stuck maintaining forked code (*sigh*). But if someone else wanted to do the less-functional patch, it might be accepted. -- Carson
Seemingly Similar Threads
- Require multiple methods of authentication.. status...
- No interest in partial auth?
- Proposal to add a DisableAuthentication option to sshd ServerOptions
- Proposal to add a DisableAuthentication option to sshd ServerOptions
- Proposal to add a DisableAuthentication option to sshd ServerOptions