Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] Net::SSH 1.0.3

0 views
Skip to first unread message

Jamis Buck

unread,
Nov 9, 2005, 2:39:18 PM11/9/05
to
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol,
allowing Ruby scripts to interact with remote processes via SSH.

Version 1.0.3 is a windows-specific maintenance release that
(hopefully) fixes the problem with connections failing if the PuTTy
pageant process is not running.

You can install it via rubygems (gem install net-ssh) or grab a
tarball or zip file from http://rubyforge.org/projects/net-ssh.

Documentation is available at http://net-ssh.rubyforge.org.

- Jamis


David Brady

unread,
Nov 9, 2005, 9:43:35 PM11/9/05
to
Jamis,

I'm excited to play with this module! But I get a weird error. I'm
sure my system is missing a dependency--I installed this from the
tar.bz2 file. Can you eyeball this crash and tell me what I'm missing?

thanks!

-dB

dbrady@trousers:~$ irb
irb(main):001:0> require 'net/ssh'
LoadError: No such file to load -- needle
from /usr/local/lib/ruby/site_ruby/1.8/net/ssh/session.rb:17:in
`require'
from /usr/local/lib/ruby/site_ruby/1.8/net/ssh/session.rb:17
from /usr/local/lib/ruby/site_ruby/1.8/net/ssh.rb:17:in `require'
from /usr/local/lib/ruby/site_ruby/1.8/net/ssh.rb:17
from (irb):1:in `require'
from (irb):1

My installation process was:

tar -jxvf net-ssh-1.0.3.tar.bz2
cd net-ssh-1.0.3
sudo ruby setup.rb config
sudo ruby setup.rb install

thanks again,

-dB

--
David Brady
ruby...@shinybit.com
C++ Guru. Ruby nuby. Apply salt as needed.


Jamis Buck

unread,
Nov 9, 2005, 11:01:03 PM11/9/05
to
Ah, if you install it manually, you'll also need to download and
install needle:

http://rubyforge.org/projects/needle

- Jamis

0 new messages