<?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>Ein2 &#187; Port Forwarding</title>
	<atom:link href="http://einiverse.eingang.org/ein2/tag/port-forwarding/feed/" rel="self" type="application/rss+xml" />
	<link>http://einiverse.eingang.org/ein2</link>
	<description>Ein Zwei: Even More Ein!</description>
	<lastBuildDate>Fri, 01 Mar 2013 15:38:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>[X11 Xghghg!hfgdg!!!]</title>
		<link>http://einiverse.eingang.org/ein2/2004/05/14/x11-xghghghfgdg/</link>
		<comments>http://einiverse.eingang.org/ein2/2004/05/14/x11-xghghghfgdg/#comments</comments>
		<pubDate>Fri, 14 May 2004 23:00:31 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[Mac0S]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[Port Forwarding]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[Xterm]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/ein2/2004/05/14/x11-xghghghfgdg/</guid>
		<description><![CDATA[I was trying to get X11 launching applications from the department&#8217;s Solaris server again. As before, I couldn&#8217;t immediately get it to work because of &#8220;magic cookie&#8221; authentication issues. I reviewed my previous notes which pointed to an article at MacWrite.com which might have helped before, but it was suddenly unavailable. The WayBack machine to [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to get X11 launching applications from the department&#8217;s Solaris server again.  As before, I couldn&#8217;t immediately get it to work because of &#8220;magic cookie&#8221; authentication issues.  I reviewed my previous notes which pointed to <a href="http://www.macwrite.com/criticalmass/ten-more-mac-os-x-loose-ends-part-2.php#X11%20Forwarding" title="Ten More OS X Loose Ends article including port forwarding under Apple's X11">an article</a> at <a href="http://www.macwrite.com" title="Visit MacWrite on the web">MacWrite.com</a> which might have helped before, but it was suddenly unavailable.  The <a href="http://web.archive.org/">WayBack machine</a> to the rescue.  As soon as I had edited my /etc/ssh_config file to include the following information, I was good to go again:</p>
<blockquote><p>
Ciphers blowfish-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, aes192-cbc, aes256-cbc<br />
Compression yes<br />
ForwardX11 yes<br />
Protocol 2,1<br />
RhostsAuthentication no<br />
RSAAuthentication no<br />
UseRsh no
</p></blockquote>
<p class="smaller">Note: It may be necessary to take out the extra spaces between items in the Ciphers list.</p>
<p>That, of course, assumed I had already had an entry in my ~/.cshrc file to the effect of:</p>
<blockquote><p>setenv DISPLAY :0.0</p></blockquote>
<p>Then, I can simply use a variant of the following to, for example, launch dtterm:</p>
<blockquote><p>ssh -X eingang@machine_name.com /usr/dt/bin/dtterm</p></blockquote>
<p>MATLAB, unfortunately, doesn&#8217;t seem to work at all.  It used to generate all kinds of font errors looking for various Sun fonts, but it did launch.  Now it launches with all the font errors (see sample below), shows the graphical about box and then we&#8217;re in the command line environment instead of the GUI development environment.</p>
<blockquote><p>
Font specified in font.properties not found [ urw itc zapfdingbats medium r normal  * %d * * p * sun fontspecific]<br />
Font specified in font.properties not found [ urw itc zapfdingbats medium r normal  * %d * * p * sun fontspecific]
</p></blockquote>
<p class="smaller">Note: All the &#8216;-&#8217; characters appearing inbetween [] above have been changed to spaces to render better in HTML.</p>
<p>I&#8217;ve mailed the Mac technical support person to see if they have any ideas as to why it no longer works and how it might be possible to fix the font errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/ein2/2004/05/14/x11-xghghghfgdg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
