feature request in sshd: require both "pubkey" & "password"
Carson Gaspar
carson at taltos.org
Sun Feb 10 07:32:55 EST 2002
--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
More information about the openssh-unix-dev
mailing list