<?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>SupportSages &#187; Cannot spawn scp</title>
	<atom:link href="http://www.supportsages.com/blog/tag/cannot-spawn-scp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportsages.com/blog</link>
	<description>Technical Support and Server Management : Musings in the fox hole.</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>&#8216;scp&#8217; permission issue : simple fix!</title>
		<link>http://www.supportsages.com/blog/2009/07/scp-permission-issue-simple-fix/</link>
		<comments>http://www.supportsages.com/blog/2009/07/scp-permission-issue-simple-fix/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:13:43 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cannot spawn scp]]></category>
		<category><![CDATA[scp error]]></category>
		<category><![CDATA[scp permission error]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=425</guid>
		<description><![CDATA[While trying to 'scp' files or directories between servers or machines, you may get the following error message:
<blockquote>Cannot spawn scp Permission denied</blockquote>
The fix for this error may be the simplest fix ever explained on this blog :-).  This error is generated when 'scp' is  executed by a non 'root' user. The solution is to login as 'root' and change the permission of 'scp' to 755.

execute the command
<blockquote>type scp</blockquote>
Result would be <em>/usr/bin/scp</em>

Now change the permission
<blockquote>chmod 755 /usr/bin/scp</blockquote>
Hey, you are done! :-)]]></description>
			<content:encoded><![CDATA[<p>While trying to &#8216;scp&#8217; files or directories between servers or machines, you may get the following error message:</p>
<blockquote><p>Cannot spawn scp Permission denied</p></blockquote>
<p>The fix for this error may be the simplest fix ever explained on this blog <img src='http://www.supportsages.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .  This error is generated when &#8216;scp&#8217; is  executed by a non &#8216;root&#8217; user. The solution is to login as &#8216;root&#8217; and change the permission of &#8216;scp&#8217; to 755.</p>
<p>execute the command</p>
<blockquote><p>type scp</p></blockquote>
<p>Result would be <em>/usr/bin/scp</em></p>
<p>Now change the permission</p>
<blockquote><p>chmod 755 /usr/bin/scp</p></blockquote>
<p>Hey, you are done! <img src='http://www.supportsages.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="tweetthis" style="text-align:left;"><p> <a  class="tt" href="http://twitter.com/home/?status=%27scp%27+permission+issue+%3A+simple+fix%21+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F425" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=%27scp%27+permission+issue+%3A+simple+fix%21+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F425" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/07/scp-permission-issue-simple-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

