<?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: Beginning SSH on Ubuntu</title>
	<atom:link href="http://principialabs.com/beginning-ssh-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://principialabs.com/beginning-ssh-on-ubuntu/</link>
	<description>design, build, test, iterate.</description>
	<lastBuildDate>Sun, 29 Aug 2010 02:04:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jeff</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-236</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Mon, 28 Jun 2010 11:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-236</guid>
		<description>&lt;p&gt;Thanks Brian. This is exactly what I was looking for.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Brian. This is exactly what I was looking for.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-233</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Tue, 18 May 2010 22:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-233</guid>
		<description>&lt;p&gt;awesome, thank you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>awesome, thank you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter O'Doherty</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-226</link>
		<dc:creator>Peter O'Doherty</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-226</guid>
		<description>&lt;p&gt;Great tutorial! Well written and easy to follow. Inspired me to install ubuntu on an old computer I had lying around without keyboard or screen and now I can talk to it using ssh.
Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great tutorial! Well written and easy to follow. Inspired me to install ubuntu on an old computer I had lying around without keyboard or screen and now I can talk to it using ssh.
Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Wlodarski</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-220</link>
		<dc:creator>Anthony Wlodarski</dc:creator>
		<pubDate>Sun, 28 Mar 2010 22:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-220</guid>
		<description>&lt;p&gt;Thank you for writing this up.  I never installed ssh keys before and thanks to the easy explanation I was enjoying easier and more secure logins.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for writing this up.  I never installed ssh keys before and thanks to the easy explanation I was enjoying easier and more secure logins.</p>

<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Donny Bahama</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-182</link>
		<dc:creator>Donny Bahama</dc:creator>
		<pubDate>Fri, 05 Feb 2010 06:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-182</guid>
		<description>&lt;p&gt;A bit more info...&lt;/p&gt;

&lt;p&gt;I had ssh&#039;ed into cinemaloha when it was using DHCP. At that time, I was (successfully) using the name rather than the IP. When I saw this wonderful guide, I thought, &quot;better give it a static IP before setting up the host entry.&quot; After doing so I was still able to ssh via the IP, but not by the hostname. I then setup the host entry per this guide, tried to ssh in, got the err msg above. Next I tried pinging cinemaloha. The pings were going to the old (DHCP) address (and of course, failing.) Is there some sort of local DNS cache?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A bit more info&#8230;</p>

<p>I had ssh&#8217;ed into cinemaloha when it was using DHCP. At that time, I was (successfully) using the name rather than the IP. When I saw this wonderful guide, I thought, &#8220;better give it a static IP before setting up the host entry.&#8221; After doing so I was still able to ssh via the IP, but not by the hostname. I then setup the host entry per this guide, tried to ssh in, got the err msg above. Next I tried pinging cinemaloha. The pings were going to the old (DHCP) address (and of course, failing.) Is there some sort of local DNS cache?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Donny Bahama</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-181</link>
		<dc:creator>Donny Bahama</dc:creator>
		<pubDate>Fri, 05 Feb 2010 06:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-181</guid>
		<description>&lt;p&gt;Hmmm. Doesn&#039;t work for me. After entering the host info and trying 
&quot;ssh cinemaloha&quot; 
I get... 
&quot;ssh: connect to host cinemaloha port 22: No route to host&quot;
:(&lt;/p&gt;

&lt;p&gt;Any suggestions?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmm. Doesn&#8217;t work for me. After entering the host info and trying 
&#8220;ssh cinemaloha&#8221; 
I get&#8230; 
&#8220;ssh: connect to host cinemaloha port 22: No route to host&#8221;
:(</p>

<p>Any suggestions?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-124</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Sat, 19 Dec 2009 07:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-124</guid>
		<description>&lt;p&gt;Nice article  It&#039;s Helpful for us&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice article  It&#8217;s Helpful for us</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gullele</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-121</link>
		<dc:creator>Gullele</dc:creator>
		<pubDate>Wed, 09 Dec 2009 23:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-121</guid>
		<description>&lt;p&gt;It is well written and nice one.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It is well written and nice one.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AOD</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-107</link>
		<dc:creator>AOD</dc:creator>
		<pubDate>Sun, 15 Feb 2009 17:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-107</guid>
		<description>&lt;p&gt;After much hunting through the web, wasting a lot of time plus a number of false starts, your tutorial for setting up an SSH client/server was the only one that got my system configured correctly. It&#039;s well written and follows a logical pattern - thanks very much.&lt;/p&gt;

&lt;p&gt;Alan&lt;/p&gt;

&lt;p&gt;ps fancy having a go at &quot;howto&quot; set up a chroot jail!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>After much hunting through the web, wasting a lot of time plus a number of false starts, your tutorial for setting up an SSH client/server was the only one that got my system configured correctly. It&#8217;s well written and follows a logical pattern &#8211; thanks very much.</p>

<p>Alan</p>

<p>ps fancy having a go at &#8220;howto&#8221; set up a chroot jail!!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eats Wombats</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-104</link>
		<dc:creator>Eats Wombats</dc:creator>
		<pubDate>Thu, 25 Sep 2008 10:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-104</guid>
		<description>&lt;p&gt;Update: &lt;/p&gt;

&lt;p&gt;My mistake was painfully simple: trying to SSH in the wrong direction, from the machine with the public key. &lt;/p&gt;

&lt;p&gt;I&#039;m not the only one to have done this so I posted a note to launchpad suggesting some clarification of the docs which are not at all clear on this (as well as on the authorized-keys filename). A diagram would help too.&lt;/p&gt;

&lt;p&gt;I should say that the PubkeyAuthentication was already done and that no changes are needed to sshd_config at all.&lt;/p&gt;

&lt;p&gt;This is helpful:&lt;/p&gt;

&lt;p&gt;http://ubuntuforums.org/showthread.php?t=238672&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Update: </p>

<p>My mistake was painfully simple: trying to SSH in the wrong direction, from the machine with the public key. </p>

<p>I&#8217;m not the only one to have done this so I posted a note to launchpad suggesting some clarification of the docs which are not at all clear on this (as well as on the authorized-keys filename). A diagram would help too.</p>

<p>I should say that the PubkeyAuthentication was already done and that no changes are needed to sshd_config at all.</p>

<p>This is helpful:</p>

<p><a href="http://ubuntuforums.org/showthread.php?t=238672" rel="nofollow">http://ubuntuforums.org/showthread.php?t=238672</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
