<?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 Key Problem Troubleshooting</title>
	<atom:link href="http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/</link>
	<description>Scripts, settings, and fixes...</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:48:03 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlos</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-24989</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-24989</guid>
		<description>Awesome...my problem was as simple as a permission problem. Thanks for the post.</description>
		<content:encoded><![CDATA[<p>Awesome&#8230;my problem was as simple as a permission problem. Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjun</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-21418</link>
		<dc:creator>Arjun</dc:creator>
		<pubDate>Thu, 16 Jul 2009 12:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-21418</guid>
		<description>Thanks for the info, it helped me solve a problem with my ssh setup - which I was doing for the first time ...</description>
		<content:encoded><![CDATA[<p>Thanks for the info, it helped me solve a problem with my ssh setup &#8211; which I was doing for the first time &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Evans</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-21348</link>
		<dc:creator>Matt Evans</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-21348</guid>
		<description>Also, if you used cut and paste method to create/enter key into authorized_keys, make sure the key is one continuous line and not broken by linefeeds or CRs.</description>
		<content:encoded><![CDATA[<p>Also, if you used cut and paste method to create/enter key into authorized_keys, make sure the key is one continuous line and not broken by linefeeds or CRs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-15100</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Thu, 05 Mar 2009 11:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-15100</guid>
		<description>Very useful- also remember if setting up the key for a user other than root, that the authorized_keys file is owned by the correct user/group.

Cheers</description>
		<content:encoded><![CDATA[<p>Very useful- also remember if setting up the key for a user other than root, that the authorized_keys file is owned by the correct user/group.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uphill</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-14781</link>
		<dc:creator>uphill</dc:creator>
		<pubDate>Thu, 12 Feb 2009 20:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-14781</guid>
		<description>collect underpants?</description>
		<content:encoded><![CDATA[<p>collect underpants?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k3ri</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-14780</link>
		<dc:creator>k3ri</dc:creator>
		<pubDate>Thu, 12 Feb 2009 20:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-14780</guid>
		<description>Also, when trying to do root logins (only on SECURED systems):

1) make sure that you set: PermitRootLogin yes
2) make sure that you set the root directory properly in /etc/passwd (IE: /root/.ssh/authorized_keys doesn&#039;t work if you have root homedir set to /)
3) Profit.</description>
		<content:encoded><![CDATA[<p>Also, when trying to do root logins (only on SECURED systems):</p>
<p>1) make sure that you set: PermitRootLogin yes<br />
2) make sure that you set the root directory properly in /etc/passwd (IE: /root/.ssh/authorized_keys doesn&#8217;t work if you have root homedir set to /)<br />
3) Profit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hepworth</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-14252</link>
		<dc:creator>Paul Hepworth</dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-14252</guid>
		<description>Thanks for the tips. It seemed that my problem/solution was not on your list. I had an issue where my keys were compromized. You can check it out here:

http://peppyheppy.com/2009/1/14/fail-compromised-ssh-public-key-on-ubuntu</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. It seemed that my problem/solution was not on your list. I had an issue where my keys were compromized. You can check it out here:</p>
<p><a href="http://peppyheppy.com/2009/1/14/fail-compromised-ssh-public-key-on-ubuntu" rel="nofollow">http://peppyheppy.com/2009/1/14/fail-compromised-ssh-public-key-on-ubuntu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Howto backup a directory using rsync and ssh - Sysadmin Ramblings &#187; Blog Archive</title>
		<link>http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/comment-page-1/#comment-12</link>
		<dc:creator>&#187; Howto backup a directory using rsync and ssh - Sysadmin Ramblings &#187; Blog Archive</dc:creator>
		<pubDate>Wed, 05 Apr 2006 17:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/ssh-key-problem-troubleshooting/#comment-12</guid>
		<description>[...] &#171; SSH Key Problem Troubleshooting [...]</description>
		<content:encoded><![CDATA[<p>[...] &laquo; SSH Key Problem Troubleshooting [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
