On Thu, May 10, 2001 at 06:15:15PM +0200, Antonio Navarro Navarro wrote:

> I have detected the 'problem'. I have id_dsa, authorized_keys2,
> identity, identity.pub and authorized_keys2 files in ~/.ssh. If If
> remove the identity file, I can make a direct connection using id_dsa
> without prompting for a passphrase.

Instead of that, you could simply force ssh to use protocol 2, either
every time or just for that host.  To force it just for that host, edit
~/.ssh/config and put something like this:

Host otherguy
        HostName otherguy.full.domain.name
        Protocol 2

Reply via email to