[Mono-list] More CVS woes.

Jay Freeman (saurik) saurik@saurik.com
Tue, 31 Jul 2001 21:56:04 -0500


Your other option is, if you have SSH1 support installed in addition to
SSH2, you can directly call it by just running "ssh1".  Occasionally I run
into this very situation between some of my boxes (as I never bothered
learning how the SSH2 public/private key stuff gets organized in the home
directories), so I just run:

ssh1 <my box>

rather than

ssh <my box>

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

----- Original Message -----
From: "Miguel de Icaza" <miguel@ximian.com>
To: <mono-list@ximian.com>
Sent: Tuesday, July 31, 2001 2:10 PM
Subject: [Mono-list] More CVS woes.


>
> Hello guys,
>
>    So we have tracked down another problem.  The `identity.pub' file
> apparently is for SSH1, and various of you are using SSH2, and for
> some reason it chooses to use the SSH2 protocol (against our dual
> SSH1/SSH2 server).
>
>    If you are still having problems to log into CVS, please send me
> your SSH2 key which has a funny name like id_rsa.pub (not sure about
> the name, as I did last night really late).
>
> Miguel.