<?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: SSH authentication with your public key</title>
	<atom:link href="http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/</link>
	<description>Linux, Motorbikes, Watches.</description>
	<lastBuildDate>Mon, 06 Sep 2010 17:48:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/comment-page-1/#comment-31</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 04 May 2008 20:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=39#comment-31</guid>
		<description>Logging in to ssh as root is bad practice. Better to advise people to use a shared public key on their standard user account, disallow root login through ssh, and then use su to become root once logged in as the standard user.</description>
		<content:encoded><![CDATA[<p>Logging in to ssh as root is bad practice. Better to advise people to use a shared public key on their standard user account, disallow root login through ssh, and then use su to become root once logged in as the standard user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/comment-page-1/#comment-30</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 03 May 2008 19:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=39#comment-30</guid>
		<description>True, but keeping your private key safe is another story :p</description>
		<content:encoded><![CDATA[<p>True, but keeping your private key safe is another story :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tyler</title>
		<link>http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/comment-page-1/#comment-29</link>
		<dc:creator>Chris Tyler</dc:creator>
		<pubDate>Sat, 03 May 2008 19:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=39#comment-29</guid>
		<description>Not putting a passphrase on your key does have a security implication: if your account on the client (your computer) is compromised, your account on the server is also compromised. Using a passphrase provides a middle ground: you&#039;ll be prompted only once per client-side login session instead of every time you connect to the server, and you will have some protection against a cascading account compromise.</description>
		<content:encoded><![CDATA[<p>Not putting a passphrase on your key does have a security implication: if your account on the client (your computer) is compromised, your account on the server is also compromised. Using a passphrase provides a middle ground: you&#8217;ll be prompted only once per client-side login session instead of every time you connect to the server, and you will have some protection against a cascading account compromise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/comment-page-1/#comment-28</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 03 May 2008 17:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=39#comment-28</guid>
		<description>Thanks for the tip :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip <img src='http://www.alphatek.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Dodson</title>
		<link>http://www.alphatek.info/2008/05/03/ssh-authentication-with-your-public-key/comment-page-1/#comment-27</link>
		<dc:creator>Scott Dodson</dc:creator>
		<pubDate>Sat, 03 May 2008 14:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphatek.info/?p=39#comment-27</guid>
		<description>ssh-copy-id -i ~/.ssh/id_rsa.pub user@somehost  

will attempt to copy the key for you.</description>
		<content:encoded><![CDATA[<p>ssh-copy-id -i ~/.ssh/id_rsa.pub user@somehost  </p>
<p>will attempt to copy the key for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
