<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Git clone from remote repositorium with ssh and non default port</title>
	<atom:link href="http://regedor.com/2009/03/11/git-clone-from-remote-repositorium-with-ssh-and-non-default-port/feed/" rel="self" type="application/rss+xml" />
	<link>http://regedor.com/2009/03/11/git-clone-from-remote-repositorium-with-ssh-and-non-default-port/</link>
	<description>Just another weblog written by an human</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:10:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Alex</title>
		<link>http://regedor.com/2009/03/11/git-clone-from-remote-repositorium-with-ssh-and-non-default-port/#comment-104</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://miguelregedor.wordpress.com/?p=82#comment-104</guid>
		<description>You can also add the host to your ~/ssh/config so you don&#039;t need to add the port every time you use ssh/git:
[code]
Host *example.com
    Port 3022
[/code]</description>
		<content:encoded><![CDATA[<p>You can also add the host to your ~/ssh/config so you don&#8217;t need to add the port every time you use ssh/git:</p>
<pre class="brush: plain;">
Host *example.com
    Port 3022
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drakezila</title>
		<link>http://regedor.com/2009/03/11/git-clone-from-remote-repositorium-with-ssh-and-non-default-port/#comment-97</link>
		<dc:creator>Drakezila</dc:creator>
		<pubDate>Sun, 21 Mar 2010 18:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://miguelregedor.wordpress.com/?p=82#comment-97</guid>
		<description>Hey my friend thanks for this tip... my isp block the ssh default port so i couldn&#039;t do that by the easy way :D

i really sorry about my english... greetings from venezuela! bye bye!</description>
		<content:encoded><![CDATA[<p>Hey my friend thanks for this tip&#8230; my isp block the ssh default port so i couldn&#8217;t do that by the easy way <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>i really sorry about my english&#8230; greetings from venezuela! bye bye!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
