<?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: Setting up SSH keys for access without a password</title>
	<atom:link href="http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html</link>
	<description>Learn the UNIX/Linux command line</description>
	<lastBuildDate>Mon, 06 Jun 2011 01:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: livinjean</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-47631</link>
		<dc:creator>livinjean</dc:creator>
		<pubDate>Tue, 10 May 2011 20:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-47631</guid>
		<description>very useful.

simple &amp; to the point.</description>
		<content:encoded><![CDATA[<p>very useful.</p>
<p>simple &amp; to the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsync over SSH + expect &#124; iyWare</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-47482</link>
		<dc:creator>rsync over SSH + expect &#124; iyWare</dc:creator>
		<pubDate>Mon, 21 Mar 2011 04:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-47482</guid>
		<description>[...] second problem was that ssh-agent is only a temporary shell, so after you&#8217;ve set up your authentication you need to start the [...]</description>
		<content:encoded><![CDATA[<p>[...] second problem was that ssh-agent is only a temporary shell, so after you&#8217;ve set up your authentication you need to start the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock Noland</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-47371</link>
		<dc:creator>Brock Noland</dc:creator>
		<pubDate>Thu, 20 Jan 2011 04:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-47371</guid>
		<description>You said it does not work, in what regard? Does the ssh-agent not die? Does it not startup the ssh agent?</description>
		<content:encoded><![CDATA[<p>You said it does not work, in what regard? Does the ssh-agent not die? Does it not startup the ssh agent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudo and ssh - The UNIX and Linux Forums</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-47370</link>
		<dc:creator>sudo and ssh - The UNIX and Linux Forums</dc:creator>
		<pubDate>Wed, 19 Jan 2011 22:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-47370</guid>
		<description>[...] key, so that i dont have to type in the password or can run the command with one liner.  FYI : Setting up SSH keys for access without a password   I use this link to setup ssh between the servers.   Thanks, [...]</description>
		<content:encoded><![CDATA[<p>[...] key, so that i dont have to type in the password or can run the command with one liner.  FYI : Setting up SSH keys for access without a password   I use this link to setup ssh between the servers.   Thanks, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-47140</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 12 Jan 2011 21:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-47140</guid>
		<description>Hi, 

First thanks a lot for putting it out there, such a useful thing. 

I have one issue, i am trying to put the below code, but it does not work. Any reason why? 


if [ -z &quot;$SSH_AUTH_SOCK&quot; ]; then
 eval `ssh-agent`
 trap &quot;kill $SSH_AGENT_PID&quot; 0
fi

- John</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>First thanks a lot for putting it out there, such a useful thing. </p>
<p>I have one issue, i am trying to put the below code, but it does not work. Any reason why? </p>
<p>if [ -z "$SSH_AUTH_SOCK" ]; then<br />
 eval `ssh-agent`<br />
 trap &#8220;kill $SSH_AGENT_PID&#8221; 0<br />
fi</p>
<p>- John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinh Nguyen</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-30348</link>
		<dc:creator>Vinh Nguyen</dc:creator>
		<pubDate>Tue, 05 May 2009 10:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-30348</guid>
		<description>Hi,
I have a problem when using the way above. My problem is the first when configuring, it worked normally, but after a long time, it worked abnormally, ssh is always asking password when I log in. If you have any suggestion please tell me through my email.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a problem when using the way above. My problem is the first when configuring, it worked normally, but after a long time, it worked abnormally, ssh is always asking password when I log in. If you have any suggestion please tell me through my email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hs8kic</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-4048</link>
		<dc:creator>hs8kic</dc:creator>
		<pubDate>Fri, 29 Feb 2008 10:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-4048</guid>
		<description>Amazing.. 
thank a lot.</description>
		<content:encoded><![CDATA[<p>Amazing..<br />
thank a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorting large files faster with a shell script</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-2385</link>
		<dc:creator>Sorting large files faster with a shell script</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-2385</guid>
		<description>[...] optionally setup SSH keys to automate authentication and start [...]</description>
		<content:encoded><![CDATA[<p>[...] optionally setup SSH keys to automate authentication and start [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dssh - executing an arbitrary command in parallel on an arbitrary number of hosts</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-2384</link>
		<dc:creator>dssh - executing an arbitrary command in parallel on an arbitrary number of hosts</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-2384</guid>
		<description>[...] need ssh keys to use this. I recommend using [...]</description>
		<content:encoded><![CDATA[<p>[...] need ssh keys to use this. I recommend using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran Damle</title>
		<link>http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html/comment-page-1#comment-78</link>
		<dc:creator>Kiran Damle</dc:creator>
		<pubDate>Fri, 19 Oct 2007 20:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/setting_up_ssh_keys_for_access_without_password.html#comment-78</guid>
		<description>AMAZING!!!! This made me more crazy and lazy!!!</description>
		<content:encoded><![CDATA[<p>AMAZING!!!! This made me more crazy and lazy!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.286 seconds -->
<!-- Cached page served by WP-Cache -->

