<?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, 18 Mar 2010 16:03:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hams2</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-35795</link>
		<dc:creator>hams2</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-35795</guid>
		<description>Verry good post :) THanks or this :) i&#039;m french and i&#039;m looking for scp script in order to backup my data everyday :)</description>
		<content:encoded><![CDATA[<p>Verry good post <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  THanks or this <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i&#8217;m french and i&#8217;m looking for scp script in order to backup my data everyday <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tayfun</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-27061</link>
		<dc:creator>tayfun</dc:creator>
		<pubDate>Wed, 23 Dec 2009 08:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-27061</guid>
		<description>One small typo:
Note: ssh-copy-id appends the keys to the remote-host’s .ssh/authorized_key.
should read
Note: ssh-copy-id appends the keys to the remote-host’s .ssh/authorized_keys.

Notice authorized_key*s* . Thanks for the article!</description>
		<content:encoded><![CDATA[<p>One small typo:<br />
Note: ssh-copy-id appends the keys to the remote-host’s .ssh/authorized_key.<br />
should read<br />
Note: ssh-copy-id appends the keys to the remote-host’s .ssh/authorized_keys.</p>
<p>Notice authorized_key*s* . Thanks for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snorfalorpagus</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-25587</link>
		<dc:creator>Snorfalorpagus</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-25587</guid>
		<description>I&#039;ve done this before, but wanted a quick reference check. I&#039;d not come across ssh-copy-id. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done this before, but wanted a quick reference check. I&#8217;d not come across ssh-copy-id. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</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-22070</link>
		<dc:creator>A</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-22070</guid>
		<description>when i tried ssh-copy-id ~/.ssh/id_rsa.pub jaliu@beeeater. i.e user@remote-host. i got an error; ssh: Could not resolve hostname /home/bayeni/.ssh/id_rsa.pub: Name or service not known. please what do i do</description>
		<content:encoded><![CDATA[<p>when i tried ssh-copy-id ~/.ssh/id_rsa.pub jaliu@beeeater. i.e user@remote-host. i got an error; ssh: Could not resolve hostname /home/bayeni/.ssh/id_rsa.pub: Name or service not known. please what do i do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayachandran</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-21414</link>
		<dc:creator>Jayachandran</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-21414</guid>
		<description>Please try with one of the following:
ssh-copy-id -i -t ~/.ssh/id_rsa.pub ip.ip.ip.ip
ssh-copy-id -i -q ~/.ssh/id_rsa.pub ip.ip.ip.ip
ssh-copy-id -i -T ~/.ssh/id_rsa.pub ip.ip.ip.ip
else, use another method,
#scp ~/.ssh/id_rsa.pub user@remotehost:/home/user/
This will ask you the password of the user you have mentioned
#cat id_rsa.pub &gt;&gt; /home/user/.ssh/authorized_keys

Thanks,
Jai</description>
		<content:encoded><![CDATA[<p>Please try with one of the following:<br />
ssh-copy-id -i -t ~/.ssh/id_rsa.pub ip.ip.ip.ip<br />
ssh-copy-id -i -q ~/.ssh/id_rsa.pub ip.ip.ip.ip<br />
ssh-copy-id -i -T ~/.ssh/id_rsa.pub ip.ip.ip.ip<br />
else, use another method,<br />
#scp ~/.ssh/id_rsa.pub user@remotehost:/home/user/<br />
This will ask you the password of the user you have mentioned<br />
#cat id_rsa.pub &gt;&gt; /home/user/.ssh/authorized_keys</p>
<p>Thanks,<br />
Jai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem</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-21262</link>
		<dc:creator>Faheem</dc:creator>
		<pubDate>Mon, 02 Nov 2009 04:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-21262</guid>
		<description>when I execute the command
ssh-copy-id -i ~/.ssh/id_rsa.pub ip.ip.ip.ip
I get the following error.
root@ip.ip.ip.ip’s password:
stdin: is not a tty

Please advice

Thanks</description>
		<content:encoded><![CDATA[<p>when I execute the command<br />
ssh-copy-id -i ~/.ssh/id_rsa.pub ip.ip.ip.ip<br />
I get the following error.<br />
<a href="mailto:root@ip.ip.ip.ip">root@ip.ip.ip.ip</a>’s password:<br />
stdin: is not a tty</p>
<p>Please advice</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Execute SSH and SCP in Batch Mode (Only when Passwordless login is enabled)</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-20690</link>
		<dc:creator>How To Execute SSH and SCP in Batch Mode (Only when Passwordless login is enabled)</dc:creator>
		<pubDate>Wed, 28 Oct 2009 06:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-20690</guid>
		<description>[...] the operation only if you can do without waiting for password.  Before you try this out, make sure password less login is setup between your local host and remote [...]</description>
		<content:encoded><![CDATA[<p>[...] the operation only if you can do without waiting for password.  Before you try this out, make sure password less login is setup between your local host and remote [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Backup Remote Linux Host Using rsnapshot rsync Utility</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-17435</link>
		<dc:creator>How To Backup Remote Linux Host Using rsnapshot rsync Utility</dc:creator>
		<pubDate>Wed, 16 Sep 2009 06:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-17435</guid>
		<description>[...] we&#8217;ve explained earlier setup the key based authentication as explained either in ssh-keygen and ssh-copy-id article or openSSH [...]</description>
		<content:encoded><![CDATA[<p>[...] we&#8217;ve explained earlier setup the key based authentication as explained either in ssh-keygen and ssh-copy-id article or openSSH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayachandran</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-14322</link>
		<dc:creator>Jayachandran</dc:creator>
		<pubDate>Wed, 12 Aug 2009 02:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-14322</guid>
		<description>Geeks,
       If ssh-copy-id command not found on your system please use the following method.
#scp ~/.ssh/id_rsa.pub user@remotehost:/home/user/
This will ask you the password of the user you have mentioned
#cat id_rsa.pub &gt;&gt; /home/user/.ssh/authorized_keys

that&#039;s it, you have done it.</description>
		<content:encoded><![CDATA[<p>Geeks,<br />
       If ssh-copy-id command not found on your system please use the following method.<br />
#scp ~/.ssh/id_rsa.pub user@remotehost:/home/user/<br />
This will ask you the password of the user you have mentioned<br />
#cat id_rsa.pub &gt;&gt; /home/user/.ssh/authorized_keys</p>
<p>that&#8217;s it, you have done it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</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-9360</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Fri, 01 May 2009 00:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=268#comment-9360</guid>
		<description>&lt;strong&gt;@Sathiya,&lt;/strong&gt;
Yeah, lot of people overlook ssh-copy-id, as you can still copy the keys manually. 
&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@mk_michael,&lt;/strong&gt;
I believe you are talking about the &lt;a href=&quot;http://www.gentoo.org/proj/en/keychain/&quot; rel=&quot;nofollow&quot;&gt;keychain tool that is mentioned in gentoo.org&lt;/a&gt;. I have not used this before. Thanks for bringing this to our attention. I&#039;ll check it out.
&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@Jadu Saikia,&lt;/strong&gt;
Thanks for your comments. I appreciate it.
&lt;code&gt;&#160;&lt;/code&gt;
&lt;strong&gt;@domainnameyahoo,&lt;/strong&gt;
You may want to run the ssh in debug mode to identify what could be the problem. Please refer to section 4 in the &lt;a href=&quot;http://www.thegeekstuff.com/2008/05/5-basic-linux-ssh-client-commands/&quot; rel=&quot;nofollow&quot;&gt;5 Basic Linux SSH Client Commands&lt;/a&gt; on how to debug ssh client connection.</description>
		<content:encoded><![CDATA[<p><strong>@Sathiya,</strong><br />
Yeah, lot of people overlook ssh-copy-id, as you can still copy the keys manually.<br />
<code>&nbsp;</code><br />
<strong>@mk_michael,</strong><br />
I believe you are talking about the <a href="http://www.gentoo.org/proj/en/keychain/" rel="nofollow">keychain tool that is mentioned in gentoo.org</a>. I have not used this before. Thanks for bringing this to our attention. I&#8217;ll check it out.<br />
<code>&nbsp;</code><br />
<strong>@Jadu Saikia,</strong><br />
Thanks for your comments. I appreciate it.<br />
<code>&nbsp;</code><br />
<strong>@domainnameyahoo,</strong><br />
You may want to run the ssh in debug mode to identify what could be the problem. Please refer to section 4 in the <a href="http://www.thegeekstuff.com/2008/05/5-basic-linux-ssh-client-commands/" rel="nofollow">5 Basic Linux SSH Client Commands</a> on how to debug ssh client connection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
