<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/net-ssh.git/Manifest, branch master</title>
<subtitle>github.com: net-ssh/net-ssh
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/'/>
<entry>
<title>Remove ruby_compat to comply with the new Ruby &gt;= 2.3 requirement</title>
<updated>2019-11-13T08:11:50+00:00</updated>
<author>
<name>Maxime Alay-Eddine</name>
<email>maxime@cyberwatch.fr</email>
</author>
<published>2019-11-13T08:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=c747a2f961e82470e23f69df421b448c31184eed'/>
<id>c747a2f961e82470e23f69df421b448c31184eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New options for :verify_host_key</title>
<updated>2018-04-04T16:54:53+00:00</updated>
<author>
<name>Jared Beck</name>
<email>jared@jaredbeck.com</email>
</author>
<published>2018-03-24T16:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=29a8e97ae8d2eaf674a8694b775dc119985fa5e9'/>
<id>29a8e97ae8d2eaf674a8694b775dc119985fa5e9</id>
<content type='text'>
Deprecate some existing values, replacing them with a set of words
that match the classes in the `Net::SSH::Verifiers` module. Values
would be replaced as follows:

- `false` becomes `:never`,
- `true` becomes `:accept_new_or_local_tunnel`,
- `:very` becomes `:accept_new`, and
- `:secure` becomes `:always`.

This is a nice improvement, improving data type consistency (they're
all symbols) and expressiveness (they reveal the underlying classes).

This change was preliminarily approved in
https://github.com/net-ssh/net-ssh/issues/532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate some existing values, replacing them with a set of words
that match the classes in the `Net::SSH::Verifiers` module. Values
would be replaced as follows:

- `false` becomes `:never`,
- `true` becomes `:accept_new_or_local_tunnel`,
- `:very` becomes `:accept_new`, and
- `:secure` becomes `:always`.

This is a nice improvement, improving data type consistency (they're
all symbols) and expressiveness (they reveal the underlying classes).

This change was preliminarily approved in
https://github.com/net-ssh/net-ssh/issues/532
</pre>
</div>
</content>
</entry>
<entry>
<title>Add secure.rb to Manifest and gemspec.</title>
<updated>2012-07-10T21:38:55+00:00</updated>
<author>
<name>Andy Brody</name>
<email>andy@stripe.com</email>
</author>
<published>2012-07-10T21:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=4dfd75953786b8f9992d8daabf230f8c3d5ba020'/>
<id>4dfd75953786b8f9992d8daabf230f8c3d5ba020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement many algorithms</title>
<updated>2012-03-26T01:20:24+00:00</updated>
<author>
<name>Ryosuke Yamazaki</name>
<email>ryosuke.yamazaki@mac.com</email>
</author>
<published>2011-12-20T06:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=3a74662c52f52c0d1dac69b427c40b7580f12cd1'/>
<id>3a74662c52f52c0d1dac69b427c40b7580f12cd1</id>
<content type='text'>
 * Key Exchange
   * diffie-hellman-group14-sha1
   * ecdh-sha2-nistp{256,384,521}
 * Host Key
   * ecdsa-sha2-nistp{256,384,521}
 * Authentication
   * ecdsa-sha2-nistp{256,384,521}
 * HMAC
   * hmac-ripemd160
 * Cipher:
   * aes{128,192,256}-ctr
   * camellia{128,192,256}-ctr
   * blowfish-ctr
   * cast128-ctr
   * 3des-ctr
   * arcfour (has problems with weak keys, and should be used with caution)
   * camellia{128,192,256}-cbc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Key Exchange
   * diffie-hellman-group14-sha1
   * ecdh-sha2-nistp{256,384,521}
 * Host Key
   * ecdsa-sha2-nistp{256,384,521}
 * Authentication
   * ecdsa-sha2-nistp{256,384,521}
 * HMAC
   * hmac-ripemd160
 * Cipher:
   * aes{128,192,256}-ctr
   * camellia{128,192,256}-ctr
   * blowfish-ctr
   * cast128-ctr
   * 3des-ctr
   * arcfour (has problems with weak keys, and should be used with caution)
   * camellia{128,192,256}-cbc
</pre>
</div>
</content>
</entry>
<entry>
<title>put unit tests for hmac-sha2-* into gem</title>
<updated>2011-12-16T08:28:49+00:00</updated>
<author>
<name>Ryosuke Yamazaki</name>
<email>ryosuke.yamazaki@mac.com</email>
</author>
<published>2011-12-16T08:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=b390295736ce509b86651d003a6d06e6b2247d32'/>
<id>b390295736ce509b86651d003a6d06e6b2247d32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add diffie-hellman-group-exchange-sha256 support</title>
<updated>2011-12-16T08:22:24+00:00</updated>
<author>
<name>Ryosuke Yamazaki</name>
<email>ryosuke.yamazaki@mac.com</email>
</author>
<published>2011-12-16T08:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=a2bca07172b89ed704e8508e7cba2bc3adabb9e3'/>
<id>a2bca07172b89ed704e8508e7cba2bc3adabb9e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add hmac-sha2-* support files to gem</title>
<updated>2011-12-15T02:34:08+00:00</updated>
<author>
<name>Ryosuke Yamazaki</name>
<email>ryosuke.yamazaki@mac.com</email>
</author>
<published>2011-12-15T02:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=a12fb7a44840217f26b302cc9e05d44013ce45cb'/>
<id>a12fb7a44840217f26b302cc9e05d44013ce45cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated manifests</title>
<updated>2010-01-15T18:33:36+00:00</updated>
<author>
<name>delano</name>
<email>delano@solutious.com</email>
</author>
<published>2010-01-15T18:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=da383eccc14ceae5a3eebe44d9f1a1c0f31ccfa5'/>
<id>da383eccc14ceae5a3eebe44d9f1a1c0f31ccfa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Rudyfile for clean linux tests</title>
<updated>2009-08-11T16:50:17+00:00</updated>
<author>
<name>delano</name>
<email>delano@solutious.com</email>
</author>
<published>2009-08-11T16:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=833147e0525f0b25bc6ecea99bf1e59c2c3c22ee'/>
<id>833147e0525f0b25bc6ecea99bf1e59c2c3c22ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes GH-6 Added support for specifying a list of hosts in .ssh/config, with tests</title>
<updated>2009-08-10T22:50:24+00:00</updated>
<author>
<name>delano</name>
<email>delano@solutious.com</email>
</author>
<published>2009-08-10T22:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/net-ssh.git/commit/?id=2251c54b844bb446ba597e31f185eef8df00903d'/>
<id>2251c54b844bb446ba597e31f185eef8df00903d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
