<?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 to your remote server without entering a password every time</title>
	<atom:link href="http://www.simplehelp.net/2008/12/17/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net/2008/12/17/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time/</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Sun, 22 Nov 2009 22:54:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daily Lifestream Digest for 2009-01-04</title>
		<link>http://www.simplehelp.net/2008/12/17/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time/comment-page-1/#comment-9982</link>
		<dc:creator>Daily Lifestream Digest for 2009-01-04</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1905#comment-9982</guid>
		<description>[...] Jackie bookmarked a link on Delicious. How to SSH to your remote server without entering a password every time - Simple Help [...]</description>
		<content:encoded><![CDATA[<p>[...] Jackie bookmarked a link on Delicious. How to SSH to your remote server without entering a password every time &#8211; Simple Help [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Simmons</title>
		<link>http://www.simplehelp.net/2008/12/17/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time/comment-page-1/#comment-9984</link>
		<dc:creator>Matt Simmons</dc:creator>
		<pubDate>Wed, 31 Dec 2008 20:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1905#comment-9984</guid>
		<description>@Justin &amp; Sukrit

Your best bet is to use a key-agent to manage your pass phrases. I wrote about methods of allowing the agent to run in the background of servers on my blog a while back:

http://standalone-sysadmin.blogspot.com/2008/11/host-to-host-security-with-ssh-keys.html</description>
		<content:encoded><![CDATA[<p>@Justin &amp; Sukrit</p>
<p>Your best bet is to use a key-agent to manage your pass phrases. I wrote about methods of allowing the agent to run in the background of servers on my blog a while back:</p>
<p><a href="http://standalone-sysadmin.blogspot.com/2008/11/host-to-host-security-with-ssh-keys.html" rel="nofollow">http://standalone-sysadmin.blogspot.com/2008/11/host-to-host-security-with-ssh-keys.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myhnet</title>
		<link>http://www.simplehelp.net/2008/12/17/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time/comment-page-1/#comment-9983</link>
		<dc:creator>myhnet</dc:creator>
		<pubDate>Mon, 29 Dec 2008 23:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1905#comment-9983</guid>
		<description>hmmm, now, we just use a command called &quot;ssh-copy-id&quot; to copy the public key to remote servers, you need to use cat, scp,  it makes everything quite easier now.

see my website:
http://blog.myhnet.cn/2008/12/30/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time</description>
		<content:encoded><![CDATA[<p>hmmm, now, we just use a command called &#8220;ssh-copy-id&#8221; to copy the public key to remote servers, you need to use cat, scp,  it makes everything quite easier now.</p>
<p>see my website:<br />
<a href="http://blog.myhnet.cn/2008/12/30/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time" rel="nofollow">http://blog.myhnet.cn/2008/12/30/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Ellison</title>
		<link>http://www.simplehelp.net/2008/12/17/how-to-ssh-to-your-remote-server-without-entering-a-password-every-time/comment-page-1/#comment-9981</link>
		<dc:creator>Justin Ellison</dc:creator>
		<pubDate>Wed, 17 Dec 2008 22:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1905#comment-9981</guid>
		<description>&lt;cite&gt;For any cynics out there this method is quite secure. In fact, in my opinion it is probably more secure than entering a password.&lt;/cite&gt;

Umm... I completely disagree.  There are cases where using a blank passphrase on a key is convenient, and even sometimes where it&#039;s necessary, but it&#039;s not as secure as using a passphrase.

If I successfully compromise your workstation, if you don&#039;t secure your private key with a passphrase, it&#039;s &lt;b&gt;really&lt;/b. game-over.  Not only will I have control of your workstation, but I will have free reign on all the remote boxes that you&#039;ve setup key-based authentication to.  If you secure the private key with a passphrase, I will only have control of your workstation.

It&#039;s not something that&#039;s inherently insecure, but it&#039;s something that readers should be made aware of.

Justin</description>
		<content:encoded><![CDATA[<p><cite>For any cynics out there this method is quite secure. In fact, in my opinion it is probably more secure than entering a password.</cite></p>
<p>Umm&#8230; I completely disagree.  There are cases where using a blank passphrase on a key is convenient, and even sometimes where it&#8217;s necessary, but it&#8217;s not as secure as using a passphrase.</p>
<p>If I successfully compromise your workstation, if you don&#8217;t secure your private key with a passphrase, it&#8217;s <b>really&lt;/b. game-over.  Not only will I have control of your workstation, but I will have free reign on all the remote boxes that you&#8217;ve setup key-based authentication to.  If you secure the private key with a passphrase, I will only have control of your workstation.</p>
<p>It&#8217;s not something that&#8217;s inherently insecure, but it&#8217;s something that readers should be made aware of.</p>
<p>Justin</b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
