public
Description: Pure Ruby implementation of an SSH (protocol 2) client
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-ssh.git
Search Repo:
readme tweak to indicate dependency on echoe and mocha
jamis (author)
Sat Mar 22 21:08:35 -0700 2008
commit  bb4925a4cf2e174c44c787ba7f2a2cf3a006b8a8
tree    4d6109dc206d44f0f7d6a4ed124abce6741b4859
parent  c5443dd9915848665e39f77d3a14b289f08ed0d3
...
75
76
77
 
 
 
 
 
78
79
80
...
75
76
77
78
79
80
81
82
83
84
85
0
@@ -75,6 +75,11 @@ If that spits out something like "OpenSSL 0.9.8g 19 Oct 2007", then you're set.
0
 
0
 Additionally: if you are going to be having Net::SSH prompt you for things like passwords or certificate passphrases, you'll want to have either the Highline (recommended) or Termios (unix systems only) gem installed, so that the passwords don't echo in clear text.
0
 
0
+Lastly, if you want to run the tests or use any of the Rake tasks, you'll need:
0
+
0
+* Echoe (for the Rakefile)
0
+* Mocha (for the tests)
0
+
0
 == INSTALL:
0
 
0
 * gem install net-ssh (might need sudo privileges)

Comments

    No one has commented yet.