<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: git on a non standard ssh port &#8211; finally resolved</title>
	<atom:link href="http://mangled.me/blog/coding/git-on-a-non-standard-ssh-port-finally-resolved/feed/" rel="self" type="application/rss+xml" />
	<link>http://mangled.me/blog/coding/git-on-a-non-standard-ssh-port-finally-resolved/</link>
	<description>The Mangled world of Matthew</description>
	<lastBuildDate>Tue, 19 Oct 2010 14:13:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: roger pack</title>
		<link>http://mangled.me/blog/coding/git-on-a-non-standard-ssh-port-finally-resolved/comment-page-1/#comment-2071</link>
		<dc:creator>roger pack</dc:creator>
		<pubDate>Mon, 12 Apr 2010 18:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://mangled.me/blog/?p=117#comment-2071</guid>
		<description>Here&#039;s an example ssh config file so that git can use ssh on a non standard port ~/.ssh/config:

host github_tunneled
 hostname localhost
 port 2222

and .git/config file matches it:

[remote &quot;origin&quot;]
	url = git@github_tunneled:rdp/redcar.git

then it&#039;ll use port 2222</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example ssh config file so that git can use ssh on a non standard port ~/.ssh/config:</p>
<p>host github_tunneled<br />
 hostname localhost<br />
 port 2222</p>
<p>and .git/config file matches it:</p>
<p>[remote "origin"]<br />
	url = git@github_tunneled:rdp/redcar.git</p>
<p>then it&#8217;ll use port 2222</p>
]]></content:encoded>
	</item>
</channel>
</rss>

