>
> i'm trying to make OpenSSH require Public Key User Authentication along
> with the password authentication. i've tried teh keywords
> DSAAuthenticaion and PubKeyAuthenticiaon, but it still succeeds when
> password succeeds but pubkey fails.  how can i make it require both?
>


>From Barrett & Silverman "SSH the secure shell", page 167, keyword
PubKeyAuthentication is not supported by OpenSSH.  For public-key
authentication use keyword RSAAuthentication for OpenSSH SSH1 and
DSAAuthentication for OpenSSH SSH2.

For password authentication use keyword PasswordAuthentication with OpenSSH
SSH1 or SSH2.


I am a newbie, but that is what the book says.  HTH

Joe Fahy

Reply via email to