doc/manual-html/chapter-2.html in net-ssh-1.0.6 vs doc/manual-html/chapter-2.html in net-ssh-1.0.7

- old
+ new

@@ -12,12 +12,12 @@ <span class="product">Net::SSH&mdash;</span><br /> <span class="tagline">Secure Shell for Ruby</span> </div> </td><td valign='middle' align='right'> <div class="info"> - Net::SSH Version: <strong>1.0.6</strong><br /> - Manual Last Updated: <strong>2006-01-20 06:08 UTC</strong> + Net::SSH Version: <strong>1.0.7</strong><br /> + Manual Last Updated: <strong>2006-01-27 15:41 UTC</strong> </div> </td></tr> </table> </div> @@ -355,12 +355,9 @@ <h3>Using keys with passphrases</h3> <p>When you use a private key that was created with a passphrase, you will be prompted to enter the passphrase when the key is loaded. This may make such a key inappropriate for use in automated environments, but it is certainly more secure than the use of unprotected private keys.</p> - - - <p>If you have the <a href="http://raa.ruby-lang.org/project/ruby-termios">ruby-termios</a> and <a href="http://raa.ruby-lang.org/project/ruby-password">ruby-password</a> modules installed, the ruby-password module will be used when prompting for passphrases. Otherwise, a generic message (courtesy of the OpenSSL library) will be presented, which will not be very informative.</p> <h3>Using an <span class="caps">SSH</span> agent</h3>