<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Five-Minutes to a More Secure SSH</title>
	<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html</link>
	<description>Geek tech-tips, news and commentary</description>
	<pubDate>Thu, 04 Dec 2008 19:56:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-133</link>
		<author>Anonymous</author>
		<pubDate>Mon, 20 Aug 2007 13:09:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-133</guid>
		<description>I've taken to never opening SSH on the firewall. Users that need remote access bring me their laptop and I install OpenVPN. To initiate a brute force attack on SSH an attacker would first have to compromise OpenVPN.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve taken to never opening SSH on the firewall. Users that need remote access bring me their laptop and I install OpenVPN. To initiate a brute force attack on SSH an attacker would first have to compromise OpenVPN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-124</link>
		<author>Anonymous</author>
		<pubDate>Mon, 19 Mar 2007 01:48:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-124</guid>
		<description>Just installed DenyHosts on Fedora 6.  It installed perfectly through yum, and after a few minutes tweaking the configuration options I feel much better about the security of my system.  Definitely recommend this program!</description>
		<content:encoded><![CDATA[<p>Just installed DenyHosts on Fedora 6.  It installed perfectly through yum, and after a few minutes tweaking the configuration options I feel much better about the security of my system.  Definitely recommend this program!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-114</link>
		<author>Doug</author>
		<pubDate>Wed, 10 Jan 2007 14:45:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-114</guid>
		<description>Yes, you can use the from="" in your authorized_keys file to restrict where clients can log in from. Read sshd (8) and look for "AUTHORIZED_KEYS FILE FORMAT".</description>
		<content:encoded><![CDATA[<p>Yes, you can use the from=&#8221;" in your authorized_keys file to restrict where clients can log in from. Read sshd (8) and look for &#8220;AUTHORIZED_KEYS FILE FORMAT&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-113</link>
		<author>Anonymous</author>
		<pubDate>Wed, 10 Jan 2007 12:34:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-113</guid>
		<description>Good article and discussion. Just out of interest does anybody know how to allow allow; 

userA to login from HostA only
userB to login from HostB only
userC to login from anywhere

Something that has got me a little stumped and I need.

Suggestions would be helpful.

Thanks
Ben</description>
		<content:encoded><![CDATA[<p>Good article and discussion. Just out of interest does anybody know how to allow allow; </p>
<p>userA to login from HostA only<br />
userB to login from HostB only<br />
userC to login from anywhere</p>
<p>Something that has got me a little stumped and I need.</p>
<p>Suggestions would be helpful.</p>
<p>Thanks<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-112</link>
		<author>Doug</author>
		<pubDate>Tue, 09 Jan 2007 17:19:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-112</guid>
		<description>I'm not sure I understand what your issue is - where was SSH disabled, on the client, or server? Do you mean the desktop installed a firewall that blocks inbound SSH?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand what your issue is - where was SSH disabled, on the client, or server? Do you mean the desktop installed a firewall that blocks inbound SSH?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wils</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-111</link>
		<author>wils</author>
		<pubDate>Mon, 08 Jan 2007 11:41:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-111</guid>
		<description>In our office, on a testing machine i was using ssh. However, while installing a 'icewm'(desktop), it is asked for a msg 'disable ssh',  by mistake i did 'Yes'(thinking temporary).  But now its disabled.  

when me and others try to login using ssh from client side, its just prompting Login,  when we enter the user name and enter for password option,  this window get disappered.  

please advise how do i solve this issue.  help needed. 

thanks
wilson</description>
		<content:encoded><![CDATA[<p>In our office, on a testing machine i was using ssh. However, while installing a &#8216;icewm&#8217;(desktop), it is asked for a msg &#8216;disable ssh&#8217;,  by mistake i did &#8216;Yes&#8217;(thinking temporary).  But now its disabled.  </p>
<p>when me and others try to login using ssh from client side, its just prompting Login,  when we enter the user name and enter for password option,  this window get disappered.  </p>
<p>please advise how do i solve this issue.  help needed. </p>
<p>thanks<br />
wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-107</link>
		<author>Anonymous</author>
		<pubDate>Sun, 29 Oct 2006 16:05:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-107</guid>
		<description>i have also found this article today on the web that is interesting:&lt;br/&gt;&lt;br/&gt;http://www.xthought.org/blog/2006/secure-ssh</description>
		<content:encoded><![CDATA[<p>i have also found this article today on the web that is interesting:</p>
<p><a href="http://www.xthought.org/blog/2006/secure-ssh" rel="nofollow">http://www.xthought.org/blog/2006/secure-ssh</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-102</link>
		<author>Doug</author>
		<pubDate>Wed, 04 Oct 2006 14:15:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-102</guid>
		<description>Sure, you don't need to use the command I posted. Take the public key (id_dsa.pub) from the box you are connecting from, and append it to the authorized_keys file on the box you are connecting to (VPS, I'm assuming? So that would be /root/.ssh/authorized_keys). Just open the authorzed_keys file in a text editor and paste the contents of the public key file at the end of it (you don't want to overwrite previous keys in that file, but if this is the only key, it doesn't matter).</description>
		<content:encoded><![CDATA[<p>Sure, you don&#8217;t need to use the command I posted. Take the public key (id_dsa.pub) from the box you are connecting from, and append it to the authorized_keys file on the box you are connecting to (VPS, I&#8217;m assuming? So that would be /root/.ssh/authorized_keys). Just open the authorzed_keys file in a text editor and paste the contents of the public key file at the end of it (you don&#8217;t want to overwrite previous keys in that file, but if this is the only key, it doesn&#8217;t matter).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VPS</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-101</link>
		<author>VPS</author>
		<pubDate>Mon, 02 Oct 2006 12:46:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-101</guid>
		<description>am sorry Doug, but this sounds rather like Chinese for me.. &lt;br/&gt;&lt;br/&gt;can you be a bit clearer please?</description>
		<content:encoded><![CDATA[<p>am sorry Doug, but this sounds rather like Chinese for me.. </p>
<p>can you be a bit clearer please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-99</link>
		<author>Doug</author>
		<pubDate>Fri, 29 Sep 2006 17:05:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/04/five-minutes-to-more-secure-ssh.html#comment-99</guid>
		<description>You don't need to redo your keys.&lt;br/&gt; &lt;br/&gt;If you are connecting from root@vps -&gt; root@vps itself then you don't need to type "cat ~/.ssh/id_dsa.pub &#124; ssh root@vps "cat &gt;&gt; .ssh/authorized_keys"". Just edit the authorized_keys file on vps and copy/paste the originating host's public key to the end. &lt;br/&gt;&lt;br/&gt;The command I gave was a shortcut to transfer a public key from a remote host, not the same one.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to redo your keys.</p>
<p>If you are connecting from <a href="mailto:root@vps">root@vps</a> -> <a href="mailto:root@vps">root@vps</a> itself then you don&#8217;t need to type &#8220;cat ~/.ssh/id_dsa.pub | ssh <a href="mailto:root@vps">root@vps</a> &#8220;cat >> .ssh/authorized_keys&#8221;". Just edit the authorized_keys file on vps and copy/paste the originating host&#8217;s public key to the end. </p>
<p>The command I gave was a shortcut to transfer a public key from a remote host, not the same one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
