<?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: rsync and sudo over SSH</title>
	<atom:link href="http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/</link>
	<description>admin sys a terrible thing to waste</description>
	<lastBuildDate>Mon, 09 Nov 2009 13:06:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-377</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 06 Apr 2009 20:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-377</guid>
		<description>Very helpful, thank you.</description>
		<content:encoded><![CDATA[<p>Very helpful, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josiah Purtlebaugh</title>
		<link>http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-368</link>
		<dc:creator>Josiah Purtlebaugh</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-368</guid>
		<description>I found this article very helpful; thank you.</description>
		<content:encoded><![CDATA[<p>I found this article very helpful; thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crashingdaily</title>
		<link>http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-355</link>
		<dc:creator>crashingdaily</dc:creator>
		<pubDate>Thu, 11 Sep 2008 03:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-355</guid>
		<description>Hi Xavier, I am able to

ssh -t server.remotehost.com &quot;sudo -v&quot;

and then 

ssh -t server.remotehost.com &quot;sudo ls /root&quot;

but the sudo rsync doesn&#039;t work for me unless I add &quot;Defaults !tty_tickets&quot; to /etc/sudoers.

Still, this is a great suggestion for my other remote sudo needs. Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Xavier, I am able to</p>
<p>ssh -t server.remotehost.com &#8220;sudo -v&#8221;</p>
<p>and then </p>
<p>ssh -t server.remotehost.com &#8220;sudo ls /root&#8221;</p>
<p>but the sudo rsync doesn&#8217;t work for me unless I add &#8220;Defaults !tty_tickets&#8221; to /etc/sudoers.</p>
<p>Still, this is a great suggestion for my other remote sudo needs. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier Martinez-Hidalgo</title>
		<link>http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-354</link>
		<dc:creator>Xavier Martinez-Hidalgo</dc:creator>
		<pubDate>Wed, 10 Sep 2008 07:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-354</guid>
		<description>Note that, in Option 2, you can use the ssh -t switch:

ssh -t server.remotehost.com sudo -v

to force ssh to allocate a pseudo-tty and avoid the need of using  the “stty -echo” and “stty echo” commands.</description>
		<content:encoded><![CDATA[<p>Note that, in Option 2, you can use the ssh -t switch:</p>
<p>ssh -t server.remotehost.com sudo -v</p>
<p>to force ssh to allocate a pseudo-tty and avoid the need of using  the “stty -echo” and “stty echo” commands.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
