<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/net-ssh.git/lib/net/ssh/test.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>Define rubocop metric length</title>
<updated>2019-09-25T16:03:29+00:00</updated>
<author>
<name>Florian Wininger</name>
<email>fw.centrale@gmail.com</email>
</author>
<published>2019-09-11T08:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=18c8dc220acf4df4f96a60bdb7eb2ab36896d2b0'/>
<id>18c8dc220acf4df4f96a60bdb7eb2ab36896d2b0</id>
<content type='text'>
Signed-off-by: Florian Wininger &lt;fw.centrale@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Wininger &lt;fw.centrale@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable by default unsecure algorithm</title>
<updated>2019-09-02T09:59:16+00:00</updated>
<author>
<name>Florian Wininger</name>
<email>fw.centrale@gmail.com</email>
</author>
<published>2019-08-28T16:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=a74319643a013ec1a7dcd3880dc43487277a8872'/>
<id>a74319643a013ec1a7dcd3880dc43487277a8872</id>
<content type='text'>
Signed-off-by: Florian Wininger &lt;fw.centrale@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Wininger &lt;fw.centrale@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix deprecated use of verify_host_key</title>
<updated>2018-11-09T22:41:07+00:00</updated>
<author>
<name>Klaus Badelt</name>
<email>klaus@filmhub.com</email>
</author>
<published>2018-11-09T22:41: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=c4897c3a223ab21816888257f95c49e4b91e54ae'/>
<id>c4897c3a223ab21816888257f95c49e4b91e54ae</id>
<content type='text'>
Fix "verify_host_key: false is deprecated, use :never" when using Net::SSH::Test in your tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix "verify_host_key: false is deprecated, use :never" when using Net::SSH::Test in your tests</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>
<entry>
<title>Updated rubocop</title>
<updated>2018-03-21T11:32:11+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-03-21T11:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=8a7f06de8e7be8d59e5da1e8e6b7ae3147f2c798'/>
<id>8a7f06de8e7be8d59e5da1e8e6b7ae3147f2c798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename :paranoid to :verify_host_key</title>
<updated>2017-06-08T21:51:20+00:00</updated>
<author>
<name>Jared Beck</name>
<email>jared@jaredbeck.com</email>
</author>
<published>2017-06-08T21:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=c3fbcdc882f6763fa718f6adbd9d1d60eaf04b62'/>
<id>c3fbcdc882f6763fa718f6adbd9d1d60eaf04b62</id>
<content type='text'>
The words we choose matter. By using the word "paranoid", we make
fun of people who care about security. Instead, we should encourage
security in our community, or at least use a neutral term.

In this patch, we choose the neutral wording that is used by the SSH
manual page:

&gt; the server must be able to verify the client's host key
&gt; (see the description of /etc/ssh/ssh_known_hosts and
&gt; ~/.ssh/known_hosts, below) for login to be permitted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The words we choose matter. By using the word "paranoid", we make
fun of people who care about security. Instead, we should encourage
security in our community, or at least use a neutral term.

In this patch, we choose the neutral wording that is used by the SSH
manual page:

&gt; the server must be able to verify the client's host key
&gt; (see the description of /etc/ssh/ssh_known_hosts and
&gt; ~/.ssh/known_hosts, below) for login to be permitted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 1.9 hash syntax</title>
<updated>2016-12-11T11:58:32+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2016-12-11T11:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=3f4cb5f36eae11c29137f81e99f72b3b8e9c5940'/>
<id>3f4cb5f36eae11c29137f81e99f72b3b8e9c5940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows integration tests</title>
<updated>2016-10-20T14:17:20+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2016-10-16T09:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=419048c3faa2709cae1242e85db60778a72687d8'/>
<id>419048c3faa2709cae1242e85db60778a72687d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrated to minitest</title>
<updated>2016-03-26T20:39:27+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2016-03-26T17:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=985d35fb970298900f0756605e419c12302ff26c'/>
<id>985d35fb970298900f0756605e419c12302ff26c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more documentation for the Net::SSH::Test system</title>
<updated>2008-03-22T14:00:44+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2008-03-22T14:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=42f62dc768224ae3ccd68771340c6c2fddfc755c'/>
<id>42f62dc768224ae3ccd68771340c6c2fddfc755c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
