« Return to Thread: Problem with net-ssh

Re: Problem with net-ssh

by Nick Sieger-2 :: Rate this Message:

Reply to Author | View in Thread

Hi Chris,

On Mon, Jun 29, 2009 at 1:36 PM, Chris Evans<evans.chris@...> wrote:

> I'm working with net-ssh 2.0.11 and jruby 1.3.0.  When running this
> simple script:
> =======================
> require 'rubygems'
> require 'net/ssh'
> Net::SSH.start('su-subdev01', 'wasuser', :verbose => :debug) do |ssh|
>  output = ssh.exec!("hostname && uptime")
>  puts output
> end
> =======================
> I get this error:

<snip>

Can you try with the latest JRuby (1.3.1) and jruby-openssl (0.5.1)?
Some bugs were recently fixed in this area.

Cheers,
/Nick

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Problem with net-ssh