<?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>FettesPS &#187; ip</title>
	<atom:link href="http://www.fettesps.com/tag/ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SSH &#8211; Assigning a Name to an IP</title>
		<link>http://www.fettesps.com/ssh-assigning-a-name-to-an-ip/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ssh-assigning-a-name-to-an-ip</link>
		<comments>http://www.fettesps.com/ssh-assigning-a-name-to-an-ip/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 01:38:59 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[pico]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[udp]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/blog/?p=52</guid>
		<description><![CDATA[If you find yourself using SSH extensively like myself, then I&#8217;m sure you&#8217;re sick of typing out IPs constantly as you&#8217;re trying to log in. This can easily be resolved by adding it as a known host in SSH. This also comes in handy when you&#8217;re using a non standard SSH port and you need [...]]]></description>
			<content:encoded><![CDATA[<p>If you find yourself using SSH extensively like myself, then I&#8217;m sure you&#8217;re sick of typing out IPs constantly as you&#8217;re trying to log in.  This can easily be resolved by adding it as a known host in SSH.  This also comes in handy when you&#8217;re using a non standard SSH port and you need to connect through something like SVN.</p>
<p><code>pico ~/.ssh/config</code></p>
<p>Now enter something like the following:<br />
<code><br />
host subversion<br />
Hostname yourDomainOrIP.com<br />
Port 22</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/ssh-assigning-a-name-to-an-ip/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

