SSH And Password Auth

2002-07-10 Thread Phillip Hofmeister
All, I have read the manual and have been unable to find this...Is there a flag you can use on the ssh command line to force the ssh client to use SSH_AUTH_PASSWORD even if other Auth options are available (Say SSH_AUTH_RSA)? Thanks, -- Phil PGP/GPG Key: http://www.zionlth.org/~plhofmei/ wget

Re: SSH And Password Auth

2002-07-10 Thread Jay Kline
Not really.. you can set the PreferedAuthentications to only have password in it, however it is the server in the end who decides what authentication method to use. Jay On Wednesday 10 July 2002 8:16 am, Phillip Hofmeister wrote: > All, > > I have read the manual and have been unable to fi

Re: SSH And Password Auth

2002-07-10 Thread Phillip Hofmeister
On Wed, 10 Jul 2002 at 08:41:50AM -0500, Jay Kline wrote: > in it, however it is the server in the end who decides what authentication > method to use. Not according to the RFC Provided the server didn't immediately accept the login, an authentication exchange begins. The client sen

Re: SSH And Password Auth

2002-07-10 Thread Kevin Buhr
Phillip Hofmeister <[EMAIL PROTECTED]> writes: > > I have read the manual and have been unable to find this...Is there > a flag you can use on the ssh command line to force the ssh client > to use SSH_AUTH_PASSWORD even if other Auth options are available > (Say SSH_AUTH_RSA)? You can use: