[ANN] Net::SSH 1.0.3

J

Jamis Buck

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
 
D

David Brady

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] Net::SSH 2.0.13 Released 0
[ANN] Net::SSH 0.6.0 11
[ANN] Net::SSH 1.0.7 1
net/ssh debug errors 1
[ANN] Net::SSH 0.9.0 7
[ANN] Net::SSH 0.0.5 4
[ANN] Net::SSH 0.5.0 5
[ANN] Net::SSH 1.0.1, Net::SFTP 1.0.0 0

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top