<?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>
	<pubDate>Tue, 06 Jan 2009 14:10:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ssh and scp &#124; My Technical Pages</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-73</link>
		<dc:creator>ssh and scp &#124; My Technical Pages</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-73</guid>
		<description>&lt;p&gt;[...] I just read an article on principialabs.com showing how to do the following steps in a simpler way using [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I just read an article on principialabs.com showing how to do the following steps in a simpler way using [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eats Wombats</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-70</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-70</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'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>
	<item>
		<title>By: Eats Wombats</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-71</link>
		<dc:creator>Eats Wombats</dc:creator>
		<pubDate>Wed, 24 Sep 2008 14:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-71</guid>
		<description>&lt;p&gt;PS&lt;/p&gt;

&lt;p&gt;You don't mention the need to have &lt;/p&gt;

&lt;p&gt;PubkeyAuthentication yes&lt;/p&gt;

&lt;p&gt;in sshd_config. I have done this but I'm not clear (yet) on what other things I should do at the same time, if any.&lt;/p&gt;

&lt;p&gt;Loved the "Go forth and SSHify!"&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>PS</p>

<p>You don&#8217;t mention the need to have </p>

<p>PubkeyAuthentication yes</p>

<p>in sshd_config. I have done this but I&#8217;m not clear (yet) on what other things I should do at the same time, if any.</p>

<p>Loved the &#8220;Go forth and SSHify!&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eats Wombats</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-72</link>
		<dc:creator>Eats Wombats</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-72</guid>
		<description>&lt;p&gt;Useful article. There's a possible discrepancy with the info here&lt;/p&gt;

&lt;p&gt;https://help.ubuntu.com/8.04/serverguide/C/openssh-server.html&lt;/p&gt;

&lt;p&gt;you advise using authorized_keys, the Ubuntu site uses authorized_keys2.&lt;/p&gt;

&lt;p&gt;I'm guessing that it depends on what's in the sshd_config file, but the debian site (http://www.debian-administration.org/articles/152) is also a little confusing. I thought RSA was older but, not according to this.&lt;/p&gt;

&lt;p&gt;I'm here because the Ubuntu page above isn't working for me -- trying to get passwordless authentication working. The first problem was I had forgotten I had a firewall rule blocking port 22 (smacks forehead!). It would be good in such docs if assumptions were enumerated with tests to verify applicability.&lt;/p&gt;

&lt;p&gt;I think it's particularly important for anything that will enable a new (to Ubuntu) user to set up a good backup regime. I'm looking to run rsync from my laptop over ssh.&lt;/p&gt;

&lt;p&gt;Your docs are considerably better than the official ones! Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Useful article. There&#8217;s a possible discrepancy with the info here</p>

<p><a href="https://help.ubuntu.com/8.04/serverguide/C/openssh-server.html" rel="nofollow">https://help.ubuntu.com/8.04/serverguide/C/openssh-server.html</a></p>

<p>you advise using authorized_keys, the Ubuntu site uses authorized_keys2.</p>

<p>I&#8217;m guessing that it depends on what&#8217;s in the sshd_config file, but the debian site (http://www.debian-administration.org/articles/152) is also a little confusing. I thought RSA was older but, not according to this.</p>

<p>I&#8217;m here because the Ubuntu page above isn&#8217;t working for me &#8212; trying to get passwordless authentication working. The first problem was I had forgotten I had a firewall rule blocking port 22 (smacks forehead!). It would be good in such docs if assumptions were enumerated with tests to verify applicability.</p>

<p>I think it&#8217;s particularly important for anything that will enable a new (to Ubuntu) user to set up a good backup regime. I&#8217;m looking to run rsync from my laptop over ssh.</p>

<p>Your docs are considerably better than the official ones! Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-61</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 23 Jun 2008 14:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-61</guid>
		<description>&lt;p&gt;try this -&lt;/p&gt;

&lt;p&gt;web based ssh client, very useful when you're behind a strict firewall.&lt;/p&gt;

&lt;p&gt;http://www.browsershell.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>try this -</p>

<p>web based ssh client, very useful when you&#8217;re behind a strict firewall.</p>

<p><a href="http://www.browsershell.com" rel="nofollow">http://www.browsershell.com</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-64</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 07 Jun 2008 01:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-64</guid>
		<description>&lt;p&gt;Nick, thanks for the kudos.  I'm probably not qualified to comment directly on your setup.  To connect to my SSH server from the WAN, I simply forward a port on my router's config page, and link it to LAN IP of the Linux box running the server.  Then, instead of typing &lt;code&gt;ssh myaccount@192.168.xx.xx&lt;/code&gt;,  I type &lt;code&gt;ssh myaccount@my.WAN.IP&lt;/code&gt;, and the router takes care of the rest.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nick, thanks for the kudos.  I&#8217;m probably not qualified to comment directly on your setup.  To connect to my SSH server from the WAN, I simply forward a port on my router&#8217;s config page, and link it to LAN IP of the Linux box running the server.  Then, instead of typing <code>ssh <a href="mailto:myaccount@192.168.xx.xx">myaccount@192.168.xx.xx</a></code>,  I type <code>ssh <a href="mailto:myaccount@my.WAN.IP">myaccount@my.WAN.IP</a></code>, and the router takes care of the rest.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-63</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 06 Jun 2008 19:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-63</guid>
		<description>&lt;p&gt;Great article! Just one question though. If I wanted to connect to my home network from somewhere on the internet, and didn't want to connect only to my firewall server (connected directly to the internet), what would the syntax be? For example, if my networks' IP is 71.58.214.207 (firewall server eth0) and I want to access 192.168.0.123 (ftp server connected to firewall server eth1), how would I do that?&lt;/p&gt;

&lt;p&gt;I know that you can just ssh into the firewall server and then into the ftp one, but I would imagine there is an easier/more secure way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great article! Just one question though. If I wanted to connect to my home network from somewhere on the internet, and didn&#8217;t want to connect only to my firewall server (connected directly to the internet), what would the syntax be? For example, if my networks&#8217; IP is 71.58.214.207 (firewall server eth0) and I want to access 192.168.0.123 (ftp server connected to firewall server eth1), how would I do that?</p>

<p>I know that you can just ssh into the firewall server and then into the ftp one, but I would imagine there is an easier/more secure way.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-68</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 05 Jun 2008 17:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-68</guid>
		<description>&lt;p&gt;Mike, thanks a bunch for the tip.  I included a note for OSX users in the text above.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike, thanks a bunch for the tip.  I included a note for OSX users in the text above.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-67</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 05 Jun 2008 17:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-67</guid>
		<description>&lt;p&gt;Thank you for this wonderful guide.  I would like to add for any OSX users who are reading this, and realize we don't have &lt;code&gt;ssh-copy-id&lt;/code&gt;.  Just use this simple command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cat ~/.ssh/id_dsa.pub &#124; ssh account@remoteserver.com "cat &gt;&gt; .ssh/authorized_keys"
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for this wonderful guide.  I would like to add for any OSX users who are reading this, and realize we don&#8217;t have <code>ssh-copy-id</code>.  Just use this simple command:</p>

<pre><code>cat ~/.ssh/id_dsa.pub | ssh <a href="mailto:account@remoteserver.com">account@remoteserver.com</a> "cat >> .ssh/authorized_keys"
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/beginning-ssh-on-ubuntu/#comment-66</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 30 May 2008 14:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=102#comment-66</guid>
		<description>&lt;p&gt;Thanks also to muffinman for his &lt;a href="http://reddit.com/info/6lc7v/comments/c046em1" rel="nofollow"&gt;comment on reddit&lt;/a&gt;, regarding the use of the &lt;code&gt;~/.ssh/config&lt;/code&gt; file rather than editing &lt;code&gt;/etc/hosts&lt;/code&gt; directly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks also to muffinman for his <a href="http://reddit.com/info/6lc7v/comments/c046em1" rel="nofollow">comment on reddit</a>, regarding the use of the <code>~/.ssh/config</code> file rather than editing <code>/etc/hosts</code> directly.</p>]]></content:encoded>
	</item>
</channel>
</rss>
