[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSH And Password Auth



Phillip Hofmeister <plhofmei@zionlth.org> 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:

        ssh -o PreferredAuthentications=password -l alice foohost

though I believe this only applies for SSH2 connections.  For SSH1
connections, you could try "-o RSAAuthentication=no".

-- 
Kevin Buhr <buhr@telus>


-- 
To UNSUBSCRIBE, email to debian-security-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: