<?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: 3 Steps to Perform SSH Login Without Password Using ssh-keygen &amp; ssh-copy-id</title>
	<atom:link href="http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: marines</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-150986</link>
		<dc:creator>marines</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-150986</guid>
		<description>Doesn&#039;t work for me. It gives me &quot;Agent admitted failure to sign using the key.&quot; message when I try to log in without password.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me. It gives me &#8220;Agent admitted failure to sign using the key.&#8221; message when I try to log in without password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-147273</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 29 Nov 2011 05:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-147273</guid>
		<description>Neat.  This was easy to set up on one of my computers.  On the other one, it was a bit more stubborn.  For the benefit of someone else who&#039;s bit by it, sshd will not accept an authorized_keys file if either directory ~/.ssh or ~ are writable by Group or Others.  The difficult system was PCBSD, in which every user also has their own group and their directory is writable to that group.</description>
		<content:encoded><![CDATA[<p>Neat.  This was easy to set up on one of my computers.  On the other one, it was a bit more stubborn.  For the benefit of someone else who&#8217;s bit by it, sshd will not accept an authorized_keys file if either directory ~/.ssh or ~ are writable by Group or Others.  The difficult system was PCBSD, in which every user also has their own group and their directory is writable to that group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaxxm</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-117574</link>
		<dc:creator>jaxxm</dc:creator>
		<pubDate>Thu, 14 Jul 2011 10:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-117574</guid>
		<description>Geek stuff strikes again. Keep up the great articles.</description>
		<content:encoded><![CDATA[<p>Geek stuff strikes again. Keep up the great articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pier</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-104375</link>
		<dc:creator>Pier</dc:creator>
		<pubDate>Sat, 21 May 2011 20:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-104375</guid>
		<description>@Anonymous
You won&#039;t be able to add your public key on a server where you don&#039;t have a valid login/password combination.

And just to add my own geek stuff :
To get a password-less connection from local user1 to remote user2, copy the user1 public key(id_rsa.pub) to the remote user2 &quot;authorized_keys&quot; file using a pipe over ssh:

$ cat /home/user1/.ssh/id_rsa.pub &#124;ssh root@remote_server &#039;cat &gt;&gt; /home/user2/.ssh/authorized_keys&#039;

This would do the same job as ssh-copy-id without the 2 out of 3 &quot;weak&quot; points revealed by rameesh.</description>
		<content:encoded><![CDATA[<p>@Anonymous<br />
You won&#8217;t be able to add your public key on a server where you don&#8217;t have a valid login/password combination.</p>
<p>And just to add my own geek stuff :<br />
To get a password-less connection from local user1 to remote user2, copy the user1 public key(id_rsa.pub) to the remote user2 &#8220;authorized_keys&#8221; file using a pipe over ssh:</p>
<p>$ cat /home/user1/.ssh/id_rsa.pub |ssh root@remote_server &#8216;cat &gt;&gt; /home/user2/.ssh/authorized_keys&#8217;</p>
<p>This would do the same job as ssh-copy-id without the 2 out of 3 &#8220;weak&#8221; points revealed by rameesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-101387</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 28 Apr 2011 06:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-101387</guid>
		<description>I&#039;m a bit confused.  It seems you can add your public key to the remote host and grant yourself access.  This seems like no security at all.  What am I missing?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit confused.  It seems you can add your public key to the remote host and grant yourself access.  This seems like no security at all.  What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: winx</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-93762</link>
		<dc:creator>winx</dc:creator>
		<pubDate>Tue, 22 Mar 2011 09:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-93762</guid>
		<description>Very nice tutorial! keep it up guys!</description>
		<content:encoded><![CDATA[<p>Very nice tutorial! keep it up guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathish Kumar</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-72137</link>
		<dc:creator>Sathish Kumar</dc:creator>
		<pubDate>Tue, 07 Dec 2010 11:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-72137</guid>
		<description>Thanks, for your help.....</description>
		<content:encoded><![CDATA[<p>Thanks, for your help&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 Expect Script Examples to Expect the Unexpected (With Hello World)</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-65777</link>
		<dc:creator>6 Expect Script Examples to Expect the Unexpected (With Hello World)</dc:creator>
		<pubDate>Tue, 12 Oct 2010 06:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-65777</guid>
		<description>[...] example expect program shown below automates the ssh login from one machine to another [...]</description>
		<content:encoded><![CDATA[<p>[...] example expect program shown below automates the ssh login from one machine to another [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Backup Linux? 15 rsync Command Examples</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-62559</link>
		<dc:creator>How to Backup Linux? 15 rsync Command Examples</dc:creator>
		<pubDate>Thu, 09 Sep 2010 06:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-62559</guid>
		<description>[...] do that, setup ssh password less login as we explained [...]</description>
		<content:encoded><![CDATA[<p>[...] do that, setup ssh password less login as we explained [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lxtips</title>
		<link>http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/comment-page-1/#comment-59600</link>
		<dc:creator>lxtips</dc:creator>
		<pubDate>Wed, 18 Aug 2010 04:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-59600</guid>
		<description>Very good instructions. Thank-you.</description>
		<content:encoded><![CDATA[<p>Very good instructions. Thank-you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 16:05:19 -->
