<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/net-ssh.git/lib/net/ssh.rb, branch test-github-actions</title>
<subtitle>github.com: net-ssh/net-ssh
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/'/>
<entry>
<title>Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default behavior of ssh.</title>
<updated>2020-05-01T09:06:08+00:00</updated>
<author>
<name>Itsuki Noda</name>
<email>i.noda@aist.go.jp</email>
</author>
<published>2020-05-01T09:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=07a4c1d02afec1f33582f17f637b739050da2c2b'/>
<id>07a4c1d02afec1f33582f17f637b739050da2c2b</id>
<content type='text'>
related issue: #749.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
related issue: #749.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add set_env option</title>
<updated>2020-03-09T03:01:31+00:00</updated>
<author>
<name>Mingxiang Xue</name>
<email>mingxiangxue@gmail.com</email>
</author>
<published>2020-03-09T03:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=f5f476c95719dda5b621b96c55f6ed006a220d9c'/>
<id>f5f476c95719dda5b621b96c55f6ed006a220d9c</id>
<content type='text'>
Signed-off-by: Mingxiang Xue &lt;mingxiangxue@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mingxiang Xue &lt;mingxiangxue@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support :certkeys and CertificateFile configuration option</title>
<updated>2019-10-29T17:40:13+00:00</updated>
<author>
<name>Anders Carling</name>
<email>anders.carling@tummylab.com</email>
</author>
<published>2019-10-29T17:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=9ffd01bd8590e2950dfef4576c919564ec969331'/>
<id>9ffd01bd8590e2950dfef4576c919564ec969331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop fixes</title>
<updated>2019-03-07T21:07:04+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2019-03-07T21:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=c88d32c4153d5509a28a8f4792c376d4f3d79798'/>
<id>c88d32c4153d5509a28a8f4792c376d4f3d79798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove translated globals and only set check_host_ip if not already set</title>
<updated>2019-03-07T20:58:52+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2019-03-07T20:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=ed65892430018038f47076fd058e0669a3fd680c'/>
<id>ed65892430018038f47076fd058e0669a3fd680c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check_host_ip defaults to true, fixed verfier init</title>
<updated>2019-03-02T08:46:24+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2019-03-02T08:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=347476a53c152a3508594cef7f7e5cca8137e705'/>
<id>347476a53c152a3508594cef7f7e5cca8137e705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix host key checking</title>
<updated>2019-02-11T19:00:09+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@blogreen.org</email>
</author>
<published>2019-01-29T23:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=c31d059256d453d9bf64df4a3c67a502f3ef7fc5'/>
<id>c31d059256d453d9bf64df4a3c67a502f3ef7fc5</id>
<content type='text'>
The known_hosts file may contain keys associated with a hostname, an
ip-address, or both.

When validating a key, the net-ssh gem ensure that both the hostname and
the ip-address match beforce adding that key.  Thus, if the known_hosts
file only contains one of these two pieces of information, the host key
verification fails.

Instead of adding keys when both the hostname and the ip-address match,
add them when the user-supplied identification of the remote host match
an entry in the known_hosts file.  Optionaly, if `check_host_ip` is set
to true, the resolved IP address of the remote host is also checked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The known_hosts file may contain keys associated with a hostname, an
ip-address, or both.

When validating a key, the net-ssh gem ensure that both the hostname and
the ip-address match beforce adding that key.  Thus, if the known_hosts
file only contains one of these two pieces of information, the host key
verification fails.

Instead of adding keys when both the hostname and the ip-address match,
add them when the user-supplied identification of the remote host match
an entry in the known_hosts file.  Optionaly, if `check_host_ip` is set
to true, the resolved IP address of the remote host is also checked.
</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://91.123.203.49/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>FingerprintHash SHA256|MD5</title>
<updated>2018-03-22T13:25:11+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-03-22T13:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=2bc09b782dcd4988b09f40d75e6be6e8c271a240'/>
<id>2bc09b782dcd4988b09f40d75e6be6e8c271a240</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace fixes</title>
<updated>2018-03-21T15:09:18+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-03-21T15:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=069c2e5c1036445d924d3a00a17111322473765a'/>
<id>069c2e5c1036445d924d3a00a17111322473765a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
