In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Ken Williams) wrote:

> Sometimes this isn't possible - I couldn't figure out how to do that
> with CVS, because "setenv CVS_RSH ssh" is required, and doing 
> "setenv CVS_RSH 'ssh -c blowfish'" doesn't work.  The solution I've
> implemented is to add the following lines to /etc/ssh_config :
> 
>   Host *
>      Protocol 1,2
> 
> That makes it try protocol 1 first, then 2.  Protocol 1 seems more solid
> under the ssh client in 10.0.4.  And since the directives are in the
> global config file, it will fix it in all such situations.  There may be
> situations in which that's not desired, but it's worked well for me.

Also "-1" on the command line forces it.  Or "-2" for ssh2.  And "-4" 
for ipv4.  Or "-6" for ipv6.  Let's hope there is never an ssh4 ...

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to