<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on 4 ssh config tips for faster remote working]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/252</link>
    <description><![CDATA[]]></description>
    <pubDate>Sun, 14 Mar 2010 01:38:35 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5881</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5881</guid>
      <description><![CDATA[Ahh... very nice.  The bit about the config file is perfect.  I'm going to use it for the IdentityFile variable, myself.

+karma for you :)]]></description>
      <content:encoded><![CDATA[Ahh... very nice.  The bit about the config file is perfect.  I'm going to use it for the IdentityFile variable, myself.

+karma for you :)]]></content:encoded>
      <pubDate>Fri, 17 Apr 2009 15:36:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5883</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5883</guid>
      <description><![CDATA[Great tips Matthias. Thanks!]]></description>
      <content:encoded><![CDATA[Great tips Matthias. Thanks!]]></content:encoded>
      <pubDate>Fri, 17 Apr 2009 19:53:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #3 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5885</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5885</guid>
      <description><![CDATA[<p>@MacDork: IdentityFile is a good way of handling multiple, well, identities; perfect for someone who likes to keep business and private (or in case of many freelancers/contractors business, business, business and private) separate. Use one identity for work, and another for personal projects, etc.</p>

<p>Thanks for the reminder. There's of course much more configuration options, here's a link to the <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ssh_config+5">man pages</a></p>]]></description>
      <content:encoded><![CDATA[<p>@MacDork: IdentityFile is a good way of handling multiple, well, identities; perfect for someone who likes to keep business and private (or in case of many freelancers/contractors business, business, business and private) separate. Use one identity for work, and another for personal projects, etc.</p>

<p>Thanks for the reminder. There's of course much more configuration options, here's a link to the <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ssh_config+5">man pages</a></p>]]></content:encoded>
      <pubDate>Sat, 18 Apr 2009 07:48:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #4 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5952</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5952</guid>
      <description><![CDATA[The most simple way to copy your public key is <a href="http://pwet.fr/man/linux/commandes/ssh_copy_id">ssh_copy_id</a>]]></description>
      <content:encoded><![CDATA[The most simple way to copy your public key is <a href="http://pwet.fr/man/linux/commandes/ssh_copy_id">ssh_copy_id</a>]]></content:encoded>
      <pubDate>Sat, 25 Apr 2009 17:36:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #5 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5953</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5953</guid>
      <description><![CDATA[<p>@Arnaud: I had to look up this one first; it is indeed a great way of adding your public key to a server. This is part of OpenSSH, but sadly not of the default OS X installation (I guess linux folks are fine).</p>
<p>To get a more elegant solution for #2 on a Mac, download the latest <a href="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/">portable OpenSSH</a> and find the ssh-copy-id script in /contrib folder. Copy it, err, somewhere where your system finds it, and you're good to go. Thanks for the tip!</p>]]></description>
      <content:encoded><![CDATA[<p>@Arnaud: I had to look up this one first; it is indeed a great way of adding your public key to a server. This is part of OpenSSH, but sadly not of the default OS X installation (I guess linux folks are fine).</p>
<p>To get a more elegant solution for #2 on a Mac, download the latest <a href="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/">portable OpenSSH</a> and find the ssh-copy-id script in /contrib folder. Copy it, err, somewhere where your system finds it, and you're good to go. Thanks for the tip!</p>]]></content:encoded>
      <pubDate>Sun, 26 Apr 2009 00:32:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #6 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5954</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5954</guid>
      <description><![CDATA[Nice tips, I already use three of them. Using a public key is fundamental to speed up connection process.]]></description>
      <content:encoded><![CDATA[Nice tips, I already use three of them. Using a public key is fundamental to speed up connection process.]]></content:encoded>
      <pubDate>Sun, 26 Apr 2009 12:15:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #7 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5980</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-5980</guid>
      <description><![CDATA[<p>This is an interesting post. I wasn't aware of the ControlMaster. I'm going to look into that more. </p>

<p>re: #2 (Add your public key to your remote server), @Matthias as you said, ssh_copy_id isn't available for the OS X people in the crowd. For the subset of that crowd that isn't offended by Ruby, I wrote a tool called Rye for doing all kinds of remote SSH stuff (including executing commands on multiple machines in parallel). It comes with a command-line utility that can copy keys too:</p>
<pre><code>
$ rye authorize HOST1 [HOST 2 ... HOST N]</code></pre>

<p>It can be installed with the command:</p>
<pre><code>
$ sudo gem install rye</code></pre>
]]></description>
      <content:encoded><![CDATA[<p>This is an interesting post. I wasn't aware of the ControlMaster. I'm going to look into that more. </p>

<p>re: #2 (Add your public key to your remote server), @Matthias as you said, ssh_copy_id isn't available for the OS X people in the crowd. For the subset of that crowd that isn't offended by Ruby, I wrote a tool called Rye for doing all kinds of remote SSH stuff (including executing commands on multiple machines in parallel). It comes with a command-line utility that can copy keys too:</p>
<pre><code>
$ rye authorize HOST1 [HOST 2 ... HOST N]</code></pre>

<p>It can be installed with the command:</p>
<pre><code>
$ sudo gem install rye</code></pre>
]]></content:encoded>
      <pubDate>Thu, 30 Apr 2009 14:24:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #8 on 4 ssh config tips for faster remote working]]></title>
      <link>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-6297</link>
      <guid>http://www.contentwithstyle.co.uk/content/4-ssh-config-tips-for-faster-remote-working/#comment-6297</guid>
      <description><![CDATA[Nice tips, I already use three of them. Using a public key is fundamental to speed up connection process. 
cheers ]]></description>
      <content:encoded><![CDATA[Nice tips, I already use three of them. Using a public key is fundamental to speed up connection process. 
cheers ]]></content:encoded>
      <pubDate>Thu, 25 Jun 2009 21:42:50 +0000</pubDate>
    </item>
  </channel>
</rss>
