<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
><channel><title>Move to Iceland &#187; Configuration</title> <atom:link href="http://www.movetoiceland.com/archives/tag/configuration/feed" rel="self" type="application/rss+xml" /><link>http://www.movetoiceland.com</link> <description></description> <lastBuildDate>Fri, 10 Feb 2012 02:28:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license> <item><title>Stupid SSH Tricks: A Better Hosts File</title><link>http://www.movetoiceland.com/archives/641</link> <comments>http://www.movetoiceland.com/archives/641#comments</comments> <pubDate>Sun, 22 Jun 2008 04:00:15 +0000</pubDate> <dc:creator>Paul</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[Configuration]]></category> <category><![CDATA[SSH]]></category> <category><![CDATA[Unix]]></category><guid
isPermaLink="false">http://www.movetoiceland.com/?p=641</guid> <description><![CDATA[I&#8217;ve been noodling with SSH to make my life easier at work. One thing I found out about was how to make host aliases in your SSH config file. (It&#8217;s usually located at ~/.ssh/config). And it&#8217;s pretty easy to do. Here&#8217;s an example: Host webhost User host_user HostName example.com IdentityFile ~/.ssh/some_id_dsa The reason this is [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve been noodling with SSH to make my life easier at work. One thing I found out about was how to make host aliases in your SSH config file. (It&#8217;s usually located at <code>~/.ssh/config</code>). And it&#8217;s pretty easy to do. Here&#8217;s an example:</p><pre style="margin-bottom:1em;">Host webhost
   User host_user
   HostName example.com
   IdentityFile ~/.ssh/some_id_dsa
</pre><p>The reason this is better than your hosts file (/private/etc/hosts) is because you can do things like <code>scp ~/somefile.txt webhost:~/upload.txt</code> and scp, since it uses ssh, will realize you want to do this: <code>scp -i ~/.ssh/some_id_dsa ~/somefile.txt host_user@example.com:~/upload.txt</code></p><p>If you do a lot of sshing and scping like I do, you&#8217;ll find this extremely convenient. And if you use ssh keys, it makes working on multiple machines as easy as working on a local machine.</p> ]]></content:encoded> <wfw:commentRss>http://www.movetoiceland.com/archives/641/feed</wfw:commentRss> <slash:comments>5</slash:comments> <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/32 queries in 0.121 seconds using disk: basic

Served from: www.movetoiceland.com @ 2012-02-11 00:16:17 -->
