<?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>Slashzerø &#187; scp ssh linux hacks</title>
	<atom:link href="http://www.slashzero.com/tag/scp-ssh-linux-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashzero.com</link>
	<description>Random and Useless Thoughts on Everything</description>
	<lastBuildDate>Wed, 31 Mar 2010 20:46:18 +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>You learn something new everyday</title>
		<link>http://www.slashzero.com/2008/07/you-learn-something-new-everyday/</link>
		<comments>http://www.slashzero.com/2008/07/you-learn-something-new-everyday/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 16:46:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[scp ssh linux hacks]]></category>

		<guid isPermaLink="false">http://blog.slashzero.com/?p=8</guid>
		<description><![CDATA[I recently was in a situation where I wanted to copy a file from one server to another.  The problem was that these two servers could not directly connect to each other, the one server that could talk to both endpoints did not have enough diskspace, and the only port open was ssh.  A collegue <a href='http://www.slashzero.com/2008/07/you-learn-something-new-everyday/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I recently was in a situation where I wanted to copy a file from one server to another.  The problem was that these two servers could not directly connect to each other, the one server that could talk to both endpoints did not have enough diskspace, and the only port open was ssh.  A collegue dropped a bit of knowledge on me.  Both endpoints of an scp command can be remote.  Who knew so this command from server B:</p>
<p><code>serverB:/ scp user@serverA:/file user@serverC:/file</code></p>
<p>Actually works.  I love linux.  It&#8217;s awesome</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.slashzero.com%2F2008%2F07%2Fyou-learn-something-new-everyday%2F&amp;linkname=You%20learn%20something%20new%20everyday"><img src="http://www.slashzero.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.slashzero.com/2008/07/you-learn-something-new-everyday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
