<?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/"
	>

<channel>
	<title>Jared Smith &#187; tips and tricks</title>
	<atom:link href="http://www.jaredsmith.net/tags/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaredsmith.net</link>
	<description>Thoughts of a Traveling Geek</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:53:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Little Things You Find Along the Way</title>
		<link>http://www.jaredsmith.net/2008/11/05/the-little-things-you-find-along-the-way/</link>
		<comments>http://www.jaredsmith.net/2008/11/05/the-little-things-you-find-along-the-way/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 21:36:18 +0000</pubDate>
		<dc:creator>jsmith</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.jaredsmith.name/?p=12</guid>
		<description><![CDATA[I&#8217;m constantly amazed by the little tips and tricks I stumble upon as I&#8217;m working to solve problems.  Earlier today, I found this little gem. Apparently, there is a setting in OpenSSH 5.1 and later for visual remote host fingerprinting.  The basic concept is that it&#8217;s much easier for the human brain to notice a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m constantly amazed by the little tips and tricks I stumble upon as I&#8217;m working to solve problems.  Earlier today, I found this little gem.</p>
<p>Apparently, there is a setting in OpenSSH 5.1 and later for visual remote host fingerprinting.  The basic concept is that it&#8217;s much easier for the human brain to notice a change in a visual pattern than in a string of hex digits.  To turn it on, simply add a line that says<br />
<code>VisualHostKey yes</code> to your <em>~/.ssh/config</em> file.  Then, when you go to SSH into a server, you&#8217;ll see a visual representation of the remote host fingerprint, in addition to the regular fingerprint, as shown below:</p>
<pre>[jsmith@hockey ~]$ ssh fedorapeople.org
Host key fingerprint is 07:d4:02:db:9f:70:d5:2d:7f:1b:6a:df:83:73:95:1d
+--[ RSA 2048]----+
|      ....  .. . |
|       +. ..  o .|
|      . +..    o |
|         = .   Eo|
|        S +   . B|
|         .   o oo|
|            . o o|
|             o +.|
|              o .|
+-----------------+
</pre>
<p>See, now isn&#8217;t that handy?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaredsmith.net/2008/11/05/the-little-things-you-find-along-the-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

