doc/manual/parts/0002.txt in net-ssh-1.0.6 vs doc/manual/parts/0002.txt in net-ssh-1.0.7

- old
+ new

@@ -2,10 +2,10 @@ In order to use Net::SSH, you must be using a supported version of Ruby's OpenSSL module. The version distributed with Ruby 1.8.1 and earlier is not sufficient, and is lacking several features that Net::SSH relies on. If you are using Ruby 1.8.1 (or earlier), you should either upgrade to 1.8.2, or download and install an updated version of the OpenSSL module. You can download a usable snapshot from the "Net::SSH downloads page":http://rubyforge.org/projects/net-ssh. Furthermore, you must make sure that Ruby's OpenSSL module has been compiled against _at least_ version 0.9.7 of the OpenSSL library. Prior versions lacked functionality that Net::SSH depends on (notably, the 'padding' property of ciphers). -Optionally, you can install the "ruby-termios":http://raa.ruby-lang.org/project/ruby-termios and "ruby-password":http://raa.ruby-lang.org/project/ruby-password modules. If you do, then the ruby-password module will be used when prompting you for the passphrases needed to load your keys (if your keys have passphrases). +Optionally, you can install the "ruby-termios":http://raa.ruby-lang.org/project/ruby-termios. If you do, then your passwords won't be echoed to the screen when prompting you for the passphrases needed to load your keys (if your keys have passphrases). h3. Using "RubyGems":http://rubygems.rubyforge.org If you have "RubyGems":http://rubygems.rubyforge.org installed, installing Net::SSH is simple: