<?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>kb.hurricane-ridge.com &#187; scp</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/scp/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +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>Using sftp on an alternate port</title>
		<link>http://kb.hurricane-ridge.com/applications/using-sftp-on-an-alternate-port</link>
		<comments>http://kb.hurricane-ridge.com/applications/using-sftp-on-an-alternate-port#comments</comments>
		<pubDate>Fri, 07 Aug 2009 16:43:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=580</guid>
		<description><![CDATA[Unlike ssh and scp, sftp does not have a &#8220;-p&#8221; or &#8220;-P&#8221; flag to specify an alternate port. Instead, if the host you are connecting to has ssh running on a port other than 22, you need to use the &#8220;-o&#8221; flag: sftp -oPort=2345 remote.hurricane-ridge.com According to the man page, &#8220;-o&#8221; allows you to &#8220;give [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike ssh and scp, sftp does not have a &#8220;-p&#8221; or &#8220;-P&#8221; flag to specify an alternate port.  Instead, if the host you are connecting to has ssh running on a port other than 22, you need to use the &#8220;-o&#8221; flag:</p>
<p><code>sftp -oPort=2345 remote.hurricane-ridge.com</code></p>
<p>According to the man page, &#8220;-o&#8221; allows you to &#8220;give options in the format used in the configuration file.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/using-sftp-on-an-alternate-port/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

