<?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>james young &#187; ssh</title>
	<atom:link href="http://psyjinx.com/jyoung/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://psyjinx.com/jyoung</link>
	<description>web application developer</description>
	<lastBuildDate>Fri, 05 Mar 2010 18:55:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My .ssh/config</title>
		<link>http://psyjinx.com/jyoung/2010/02/my-sshconfig/</link>
		<comments>http://psyjinx.com/jyoung/2010/02/my-sshconfig/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:16:02 +0000</pubDate>
		<dc:creator>James Young</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dotfiles]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://psyjinx.com/jyoung/?p=219</guid>
		<description><![CDATA[<p>Sorry, this has to be edited for security reasons&#8230;</p>

Host &#91;hostname1&#93; &#91;hostname2&#93; &#91;hostname3&#93;
    ProxyCommand ssh &#91;hostname&#93; /usr/local/bin/nc -w 5 %h %p
&#160;
Host &#91;hostname1&#93; &#91;hostname2&#93; &#91;hostname3&#93; 
    Compression yes
&#160;
# defaults
Host *
    Protocol 2,1
    PubkeyAuthentication yes
    RSAAuthentication yes
    PasswordAuthentication yes
  [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, this has to be edited for security reasons&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Host <span style="color: #7a0874; font-weight: bold;">&#91;</span>hostname1<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>hostname2<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>hostname3<span style="color: #7a0874; font-weight: bold;">&#93;</span>
    ProxyCommand <span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #c20cb9; font-weight: bold;">hostname</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>nc <span style="color: #660033;">-w</span> <span style="color: #000000;">5</span> <span style="color: #000000; font-weight: bold;">%</span>h <span style="color: #000000; font-weight: bold;">%</span>p
&nbsp;
Host <span style="color: #7a0874; font-weight: bold;">&#91;</span>hostname1<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>hostname2<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>hostname3<span style="color: #7a0874; font-weight: bold;">&#93;</span> 
    Compression <span style="color: #c20cb9; font-weight: bold;">yes</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># defaults</span>
Host <span style="color: #000000; font-weight: bold;">*</span>
    Protocol <span style="color: #000000;">2</span>,<span style="color: #000000;">1</span>
    PubkeyAuthentication <span style="color: #c20cb9; font-weight: bold;">yes</span>
    RSAAuthentication <span style="color: #c20cb9; font-weight: bold;">yes</span>
    PasswordAuthentication <span style="color: #c20cb9; font-weight: bold;">yes</span>
    PreferredAuthentications publickey,password,keyboard-interactive
    ForwardAgent <span style="color: #c20cb9; font-weight: bold;">yes</span>
    ForwardX11 no
    ServerAliveCountMax <span style="color: #000000;">3</span>
    ServerAliveInterval <span style="color: #000000;">600</span>
&nbsp;
Host <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #c20cb9; font-weight: bold;">hostname</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
HostName <span style="color: #7a0874; font-weight: bold;">&#91;</span>ip address<span style="color: #7a0874; font-weight: bold;">&#93;</span>
    Port <span style="color: #7a0874; font-weight: bold;">&#91;</span>port number<span style="color: #7a0874; font-weight: bold;">&#93;</span>
    User <span style="color: #7a0874; font-weight: bold;">&#91;</span>username<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://psyjinx.com/jyoung/2010/02/my-sshconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
