You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>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 <ahref="http://rubyforge.org/projects/net-ssh">Net::SSH downloads page</a>.</p>
253
+
<p>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 <ahref="https://github.com/net-ssh/">Net::SSH downloads page</a>.</p>
253
254
254
255
255
256
<p>Furthermore, you must make sure that Ruby’s OpenSSL module has been compiled against <em>at least</em> version 0.9.7 of the OpenSSL library. Prior versions lacked functionality that Net::SSH depends on (notably, the ‘padding’ property of ciphers).</p>
@@ -258,10 +259,10 @@ <h3>Prerequisites:</h3>
258
259
<p>Optionally, you can install the <ahref="http://raa.ruby-lang.org/project/ruby-termios">ruby-termios</a>. 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).</p>
<p>If you don’t have <ahref="http://rubygems.rubyforge.org">RubyGems</a> or <ahref="http://rpa-base.rubyforge.org">rpa-base</a>, or if you just prefer to install things by hand, you can always go to the <ahref="http://rubyforge.org/projects/net-ssh">Net::SSH downloads page</a> and grab the package of your choice: <code>tar.gz</code>, <code>tar.bz2</code>, or <code>zip</code>.</p>
293
+
<p>If you don’t have <ahref="http://rubygems.org">RubyGems</a> or <ahref="http://rpa-base.rubyforge.org">rpa-base</a>, or if you just prefer to install things by hand, you can always go to the <ahref="https://github.com/net-ssh/">Net::SSH downloads page</a> and grab the package of your choice: <code>tar.gz</code>, <code>tar.bz2</code>, or <code>zip</code>.</p>
293
294
294
295
295
296
<p>Then, unpack the archive and run the <code>setup.rb</code> script:</p>
@@ -331,7 +332,7 @@ <h2>
331
332
332
333
333
334
<divclass="section">
334
-
<p>Mailing lists, bug trackers, feature requests, and public forums are all available (courtesty of <ahref="http://rubyforge.org">RubyForge</a>) at the <ahref="http://rubyforge.org/projects/net-ssh">Net::SSH project page</a>.</p>
335
+
<p>Mailing lists, bug trackers, feature requests, and public forums are all available (courtesty of <ahref="http://rubyforge.org">RubyForge</a>) at the <ahref="https://github.com/net-ssh/">Net::SSH project page</a>.</p>
<td> The Net::SSH users list is devoted to the discussion of and questions about the usage of the Net::SSH module. If you can’t quite figure out how to get a feature of Net::SSH to work, this is the list you would go to in order to ask your questions.</td>
350
+
<td> The Net::SSH users list is devoted to the discussion of and questions about the usage of the Net::SSH module. If you can’t quite figure out how to get a feature of Net::SSH to work, this is the list you would go to in order to ask your questions.</td>
<p>Net::SSH was written by <ahref="mailto:[email protected]">Jamis Buck</a>. Feel free to send him compliments, candy, money, praise, or new feature patches—he likes all those things. You can send him questions and suggestions, too, if you really want to.However, for bug reports and general feature requests, please use the trackers on the <ahref="http://rubyforge.org/projects/net-ssh">Net::SSH project page</a>.</p>
370
+
<p>Net::SSH was written by Jamis Buck. Feel free to send him compliments, candy, money, praise, or new feature patches—he likes all those things. <spanstyle="text-decoration: line-through;">You can send him questions and suggestions, too, if you really want to.</span> (see below.) However, for bug reports and general feature requests, please use the <ahref="http://net-ssh.lighthouseapp.com/">issue tracker</a>.</p>
370
371
</div>
371
372
373
+
<h2>
374
+
<aname="s7"></a>
375
+
1.7. Maintainer
376
+
</h2>
372
377
378
+
379
+
<divclass="section">
380
+
<p>Net::SSH is maintained by <ahref="[email protected]">Delano Mandelbaum</a>. Please direct questions, patches, pull request, etc to him. </p>
0 commit comments