<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Setup the SSH server to use keys for authentication</title>
	<atom:link href="http://www.g-loaded.eu/2005/11/10/ssh-with-keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Sun, 28 Feb 2010 05:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-6703</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Sat, 24 Feb 2007 02:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-6703</guid>
		<description>This is indeed very convenient functionality, which I have overlooked. I&#039;ll look into it more thoroughly and update the guide as required. Thanks for your feedback.</description>
		<content:encoded><![CDATA[<p>This is indeed very convenient functionality, which I have overlooked. I&#8217;ll look into it more thoroughly and update the guide as required. Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: katalin</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-6688</link>
		<dc:creator>katalin</dc:creator>
		<pubDate>Fri, 23 Feb 2007 18:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-6688</guid>
		<description>just a suggestion as I see you&#039;ve mentioned in the article &quot;Take a note of the fingerprint.&quot; you might want to expand the article to include the   support of dns servers (bind) for SSHFP record which allows you to add the fingerprint in DNS and ssh can check for this before connecting to a machine. relevant pages man ssh-keygen search for SSHFP.</description>
		<content:encoded><![CDATA[<p>just a suggestion as I see you&#8217;ve mentioned in the article &#8220;Take a note of the fingerprint.&#8221; you might want to expand the article to include the   support of dns servers (bind) for SSHFP record which allows you to add the fingerprint in DNS and ssh can check for this before connecting to a machine. relevant pages man ssh-keygen search for SSHFP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-773</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Fri, 05 May 2006 11:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-773</guid>
		<description>Thanks Kanenas! :-)
You also do a very good job over at &lt;a href=&quot;http://www.kanenas.net/&quot; rel=&quot;nofollow&quot;&gt;kanenas.net&lt;/a&gt; providing very useful tips.</description>
		<content:encoded><![CDATA[<p>Thanks Kanenas! :-)<br />
You also do a very good job over at <a href="http://www.kanenas.net/" rel="nofollow">kanenas.net</a> providing very useful tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanenas.net</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-767</link>
		<dc:creator>kanenas.net</dc:creator>
		<pubDate>Thu, 04 May 2006 22:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-767</guid>
		<description>Bravo !!! Polu kali douleia...</description>
		<content:encoded><![CDATA[<p>Bravo !!! Polu kali douleia&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-689</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Wed, 26 Apr 2006 18:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-689</guid>
		<description>Hi, Nick. Thanks for your comment.
Yes, as long as you have your private key (for example &lt;code&gt;id_dsa.pub&lt;/code&gt;) with you, you can connect to the SSH server from any client machine or user account you like.
</description>
		<content:encoded><![CDATA[<p>Hi, Nick. Thanks for your comment.<br />
Yes, as long as you have your private key (for example <code>id_dsa.pub</code>) with you, you can connect to the SSH server from any client machine or user account you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-688</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 26 Apr 2006 15:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-688</guid>
		<description>Great article, this had me up and going in a few minutes.

However, I have one question.

Can I take the keypair generated on clientone (my primary) and use it from different clients? 

What I would like to do is copy my keys to a usb drive and be able to connect to my server from any workstation, not just my primary one.

Thanks again for your awesome article!</description>
		<content:encoded><![CDATA[<p>Great article, this had me up and going in a few minutes.</p>
<p>However, I have one question.</p>
<p>Can I take the keypair generated on clientone (my primary) and use it from different clients? </p>
<p>What I would like to do is copy my keys to a usb drive and be able to connect to my server from any workstation, not just my primary one.</p>
<p>Thanks again for your awesome article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard K Miller</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-49</link>
		<dc:creator>Richard K Miller</dc:creator>
		<pubDate>Thu, 08 Dec 2005 00:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-49</guid>
		<description>Awesome article!  I&#039;ve referred back to it several times.</description>
		<content:encoded><![CDATA[<p>Awesome article!  I&#8217;ve referred back to it several times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-31</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Fri, 18 Nov 2005 23:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-31</guid>
		<description>This is exactly what I was looking for. Trevor, thanks a lot for this one! Absolutely a &quot;&lt;em&gt;must-read&lt;/em&gt;&quot; article.</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for. Trevor, thanks a lot for this one! Absolutely a &quot;<em>must-read</em>&quot; article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-29</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 18 Nov 2005 21:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-29</guid>
		<description>Raoul:

Below is a great article on portknocking for SSH.
Since I implemented this, I have completely eliminated all SSH brute force attacks.  
I log connection attempts on port 22.
If I want to allow people access to my webserver, ftp, or ssh, I just have to tell them to first go to:
http://myip:{secretport#}
It will fail, but after that, their IP is free to hit said service. 
This is for my home box so I only turn on ftp or web service as necessary.

http://www.dotancohen.com/howto/portknocking.php</description>
		<content:encoded><![CDATA[<p>Raoul:</p>
<p>Below is a great article on portknocking for SSH.<br />
Since I implemented this, I have completely eliminated all SSH brute force attacks.<br />
I log connection attempts on port 22.<br />
If I want to allow people access to my webserver, ftp, or ssh, I just have to tell them to first go to:<br />
<a href="http://myip:" rel="nofollow">http://myip:</a>{secretport#}<br />
It will fail, but after that, their IP is free to hit said service.<br />
This is for my home box so I only turn on ftp or web service as necessary.</p>
<p><a href="http://www.dotancohen.com/howto/portknocking.php" rel="nofollow">http://www.dotancohen.com/howto/portknocking.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-26</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Thu, 17 Nov 2005 04:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/ssh-with-keys/#comment-26</guid>
		<description>Thanks for the comments.

&lt;strong&gt;Tdot:&lt;/strong&gt;
There is excellent info in your article. I guess all should read it as brute force attacks on the SSH servers is a constant issue. Using keys makes it extremely difficult for someone to break into the system, but, on the other hand, all this traffic from scripts/bots trying to connect is annoying and it makes log files grow big. This is a good read!
I also have in mind to search for some info about configuring iptables in a such way that someone would need to ping some ports in a certain order before the SSH port opens, but I didn&#039;t have the time to do so.

&lt;strong&gt;efutch:&lt;/strong&gt;
Hmm, I guess you are right. The meaning is not 100% clear. The proper phrase would be &lt;em&gt;allow only a specific group of users to &lt;strong&gt;connect&lt;/strong&gt;&lt;/em&gt; instead of &lt;em&gt;authenticate&lt;/em&gt;. I&#039;ll edit it as soon as possible. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments.</p>
<p><strong>Tdot:</strong><br />
There is excellent info in your article. I guess all should read it as brute force attacks on the SSH servers is a constant issue. Using keys makes it extremely difficult for someone to break into the system, but, on the other hand, all this traffic from scripts/bots trying to connect is annoying and it makes log files grow big. This is a good read!<br />
I also have in mind to search for some info about configuring iptables in a such way that someone would need to ping some ports in a certain order before the SSH port opens, but I didn&#8217;t have the time to do so.</p>
<p><strong>efutch:</strong><br />
Hmm, I guess you are right. The meaning is not 100% clear. The proper phrase would be <em>allow only a specific group of users to <strong>connect</strong></em> instead of <em>authenticate</em>. I&#8217;ll edit it as soon as possible. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.053 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-10 18:03:26 -->
