<?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/"
		>
<channel>
	<title>Comments on: How to SSH without password</title>
	<atom:link href="http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/</link>
	<description>Java, Web 2.0 and other Tech topics</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:16:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-8658</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-8658</guid>
		<description>What do you mean by &quot;system is hardened&quot;?</description>
		<content:encoded><![CDATA[<p>What do you mean by &#8220;system is hardened&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-8657</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-8657</guid>
		<description>If the system is hardened, will this still work?</description>
		<content:encoded><![CDATA[<p>If the system is hardened, will this still work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-8653</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-8653</guid>
		<description>Thanks for the comment. Yes, I meant “authorized_keys” and not “.authorized_keys?”</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. Yes, I meant “authorized_keys” and not “.authorized_keys?”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-8622</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 12 Aug 2010 00:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-8622</guid>
		<description>Thanks for posting this.  It&#039;s a very clear and concise tutorial.  

In &quot;Create a .ssh directory on the remote machine and create a .authorized_keys file in that directory. You need to copy the entire contents of your local machine’s ‘id_rsa.pub’ and paste it in the .authorized_keys file on the remote server.&quot; and &quot;Important: Make sure you have the right permissions for .ssh directory and .authorized_keys file, as shown in chmod command above otherwise SSH will not honor your authorized_keys.&quot;...did you mean to say &quot;authorized_keys&quot; and not &quot;.authorized_keys?&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  It&#8217;s a very clear and concise tutorial.  </p>
<p>In &#8220;Create a .ssh directory on the remote machine and create a .authorized_keys file in that directory. You need to copy the entire contents of your local machine’s ‘id_rsa.pub’ and paste it in the .authorized_keys file on the remote server.&#8221; and &#8220;Important: Make sure you have the right permissions for .ssh directory and .authorized_keys file, as shown in chmod command above otherwise SSH will not honor your authorized_keys.&#8221;&#8230;did you mean to say &#8220;authorized_keys&#8221; and not &#8220;.authorized_keys?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luan</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-8407</link>
		<dc:creator>Luan</dc:creator>
		<pubDate>Sun, 08 Aug 2010 03:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-8407</guid>
		<description>Thanks Vineet,

It works for me!</description>
		<content:encoded><![CDATA[<p>Thanks Vineet,</p>
<p>It works for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Rooker</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-7990</link>
		<dc:creator>Tom Rooker</dc:creator>
		<pubDate>Sun, 01 Aug 2010 00:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-7990</guid>
		<description>Works as advertise.  Nice job.</description>
		<content:encoded><![CDATA[<p>Works as advertise.  Nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-5604</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 02 May 2010 03:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-5604</guid>
		<description>Interesting, I have never ever been able to get this to work. No matter what I change the permissions to, or if I use rsa, or dsa. Forgive me for asking but does this not also depend on the the sshd config file on the server being set correctly, otherwise I don&#039;t understand how it would work.</description>
		<content:encoded><![CDATA[<p>Interesting, I have never ever been able to get this to work. No matter what I change the permissions to, or if I use rsa, or dsa. Forgive me for asking but does this not also depend on the the sshd config file on the server being set correctly, otherwise I don&#8217;t understand how it would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YopKK</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-4157</link>
		<dc:creator>YopKK</dc:creator>
		<pubDate>Tue, 26 Jan 2010 02:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-4157</guid>
		<description>I was google on how to setting the SSH without key-in password. At last your tutorial gave successfully on my SSH testing. Thanks  so much</description>
		<content:encoded><![CDATA[<p>I was google on how to setting the SSH without key-in password. At last your tutorial gave successfully on my SSH testing. Thanks  so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-2830</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-2830</guid>
		<description>This was exactly my problem too -&gt;

Basically no errors but always prompted for the password.
Meanwhile (actually after 2 days of hitting my head on the wall) I have someone fixed this, I quote him: “The main fault was the home too open …. Rwxrwxrwx for home and for .ssh is considered tampered home and ssh will refuse to load .ssh/* files”


I just chmod 755 root and it finally worked.</description>
		<content:encoded><![CDATA[<p>This was exactly my problem too -&gt;</p>
<p>Basically no errors but always prompted for the password.<br />
Meanwhile (actually after 2 days of hitting my head on the wall) I have someone fixed this, I quote him: “The main fault was the home too open …. Rwxrwxrwx for home and for .ssh is considered tampered home and ssh will refuse to load .ssh/* files”</p>
<p>I just chmod 755 root and it finally worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moises Lindo</title>
		<link>http://www.vineetmanohar.com/2009/07/howto-ssh-without-password/comment-page-1/#comment-2813</link>
		<dc:creator>Moises Lindo</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=360#comment-2813</guid>
		<description>you saved my life, thanks a lot from Peru.</description>
		<content:encoded><![CDATA[<p>you saved my life, thanks a lot from Peru.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
