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: 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 <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]