<?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>MacSingularity Archive &#187; networking</title>
	<atom:link href="http://macsingularity.org/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://macsingularity.org</link>
	<description>The archive of Macsingularity</description>
	<lastBuildDate>Fri, 24 Jun 2011 18:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Airport Menu Trick in Leopard</title>
		<link>http://macsingularity.org/2007/12/02/airport-menu-trick-in-leopard/</link>
		<comments>http://macsingularity.org/2007/12/02/airport-menu-trick-in-leopard/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 19:42:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Other Software]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/12/02/airport-menu-trick-in-leopard/</guid>
		<description><![CDATA[Via Daring Fireball, Tidbits has an interesting article on the new Airport Menu in Leopard. While I noticed the new &#8220;lock&#8221; icon that shows if a network is encrypted or not, the holding-down-option-key trick I did not know about. I like that it shows the transmission rate so you can tell if the connected station [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://daringfireball.net">Daring Fireball</a>, Tidbits has an interesting <a href="http://db.tidbits.com/article/9339">article on the new Airport Menu in Leopard</a>.  While I noticed the new &#8220;lock&#8221; icon that shows if a network is encrypted or not, the holding-down-option-key trick I did not know about.  I like that it shows the transmission rate so you can tell if the connected station is 802.11g/b/n, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/12/02/airport-menu-trick-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The magic of SSH port forwarding</title>
		<link>http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/</link>
		<comments>http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 16:21:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[appleshare]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/</guid>
		<description><![CDATA[The problem &#8211; your department&#8217;s network won&#8217;t let you ssh or connect directly to your work Mac, you can only ssh to one special computer, and then from there you can ssh to your Mac. But, you&#8217;d like to be able to use Apple file sharing or sftp directly to your work Mac. Well, SSH [...]]]></description>
			<content:encoded><![CDATA[<p>The problem &#8211; your department&#8217;s network won&#8217;t let you ssh or connect directly to your work Mac, you can only ssh to one special computer, and then from there you can ssh to your Mac.  But, you&#8217;d like to be able to use Apple file sharing or sftp directly to your work Mac.</p>

<p>Well, <a href="http://www.rzg.mpg.de/networking/tunnelling.html">SSH Tunneling (Port Forwarding)</a>[sic] is great, clear, explanation of how to use SSH tunneling to directly connect to an ssh-enabled machine that doesn&#8217;t allow ssh connections from people offsite/off-campus, etc.  It shows how, even when you can only access the work machine through the &#8220;gateway&#8221; machine (a situation I face here at UF), that you can setup an ssh tunnel through the gateway machine to access your work machine directly.</p>

<p>The <em>best</em> part about this?  I can now use sftp (specifically fugu and its ability to edit external text files in TextWrangler) on my work quad core mac from home.  I always knew this sort of thing was possible but &#8230; now at last I&#8217;ve figured out how to do it!</p>

<p><strong>Update</strong>  Oh, it gets so much better.  Because in addition of using port 22 to forward ssh to your work machine, you can also forward port 548 (appleshare).</p>

<p>So, a variation on the tip from the site would be like so (where <code>work</code> is the Mac on your desk that has ssh and appleshare running (actually for this tip, your Mac only need be running file sharing, not ssh) and <code>gateway</code> is the one machine you&#8217;re allowed to ssh into from off-campus.</p>

<pre><code>    ssh  -l myuserid  -L 7778:work:548 gateway cat -
</code></pre>

<p>Then minimize this terminal window, and then use the Finder to &#8220;Connect to Server&#8221; in the Go menu.   Enter &#8220;localhost:7778&#8243; as the server address and boom, you should see the standard apple file sharing login window for your work machine.  Enter your user name, password, and choose what you want to mount.  Nice.  (I use 7778 here, but you could use 7777.  Obviously, if you use 7777 for forwarding port 22, you need to use a different port to forward 548).</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

