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  2230d8c6ca9cf78928f9bf4e336d029079471be3
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 @@
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.