<?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>Pennysmalls &#187; x windows</title>
	<atom:link href="http://pennysmalls.com/category/x-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://pennysmalls.com</link>
	<description>A blog about Ruby, Rails and other tech.  Mostly.</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:24:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>debug1: Remote: No xauth program; cannot forward with spoofing</title>
		<link>http://pennysmalls.com/2007/10/03/debug1-remote-no-xauth-program-cannot-forward-with-spoofing/</link>
		<comments>http://pennysmalls.com/2007/10/03/debug1-remote-no-xauth-program-cannot-forward-with-spoofing/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 18:37:54 +0000</pubDate>
		<dc:creator>Stephen Sykes</dc:creator>
				<category><![CDATA[x windows]]></category>

		<guid isPermaLink="false">http://pennysmalls.com/2007/10/20/debug1-remote-no-xauth-program-cannot-forward-with-spoofing/</guid>
		<description><![CDATA[I needed to install X on a remote fedora machine, and then use my local machine as the X server over ssh.  Compiling &#038; installing X went smoothly, but I got the following error when running ssh -X (with -v for debug output) to the remote machine:

debug1: Remote: No xauth program; cannot forward with [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to install X on a remote fedora machine, and then use my local machine as the X server over ssh.  Compiling &#038; installing X went smoothly, but I got the following error when running ssh -X (with -v for debug output) to the remote machine:</p>
<pre>
debug1: Remote: No xauth program; cannot forward with spoofing
</pre>
<p>I figured /usr/X11R6/bin needed to be in the path, but modding the path in .bash_profile, /etc/ssh/sshrc, or similar places had no effect.</p>
<p>It turns out that sshd has a hard wired idea of where xauth is supposed to be:</p>
<pre>
$ strings /usr/sbin/sshd|grep xauth
/usr/bin/xauth
xauthlocation
maxauthtries
No xauth program; cannot forward with spoofing.
</pre>
<p>So there you are &#8211; the solution is simple:</p>
<pre>
# ln -s /usr/X11R6/bin/xauth /usr/bin/xauth
</pre>
]]></content:encoded>
			<wfw:commentRss>http://pennysmalls.com/2007/10/03/debug1-remote-no-xauth-program-cannot-forward-with-spoofing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
