On Sat, Mar 6, 2010 at 9:41 PM, Asif Iqbal <[email protected]> wrote:
> Hi
>
> I noticed talking to more than 30 hosts is not that reliable.
> I get Net::SSH::AuthenticationFailed error for multiple random hosts
> at random time.
> So I don't get this same error for same list (small list) of hosts every time.
> Also when I get this error, I tried to ssh manually from the gateway
> host and it works just fine
>
> Here is my capfile
>
> set :gateway, "gwhost.example.net"
> role :myhosts, *File.open("puppet").map { |host| host }
> task :uname, :roles => :myhosts do
>  run "uname -a"
> end
>
> Should I use some other ssh tool instead of net/ssh ? Also how do I
> allow ssh protocol 1 as well.
> Some of my very old servers still running only ssh protocol 1 (sshd1
> part of ssh pkg, not openssh)
> Until we can upgrade from SSH to OpenSSH for them without breaking
> anything we like
> capistrano communicate with them using ssh protocol 1.

to avoid this error

Net::SSH::Exception: incompatible SSH version `SSH-1.5-1.2.31'


>
> Thanks
>
>
> --
> Asif Iqbal
> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>



-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to