<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Can I SSH with T-Mobile Hotspot in hotel?</title>
	<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel/</link>
	<description>Comments on Ask MetaFilter post Can I SSH with T-Mobile Hotspot in hotel?</description>
	<pubDate>Tue, 11 Dec 2007 19:56:55 -0800</pubDate>
	<lastBuildDate>Tue, 11 Dec 2007 19:56:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can I SSH with T-Mobile Hotspot in hotel?</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel</link>	
		<description>The hotel I&apos;m at uses T-Mobile HotSpot (or whatever..) for the wifi. It seems to work fine for web browsing, but I can&apos;t seem to use any ssh clients to connect to work and get any real work done. 

I&apos;ve seen that others have also had problems with this.  As far as I can tell it&apos;s just an issue of outgoing port blocking, and (from previous questions) there&apos;s nothing much to be done. I&apos;ve called hotel support but  it is just T-Mobile support, and moronic. I really don&apos;t feel like dealing with people.

Am I just out of luck? &lt;br /&gt;&lt;br /&gt; Apologies if this isn&apos;t the most lucid of questions. It&apos;s been a long week. &lt;br&gt;
&lt;br&gt;
It&apos;s a Windows machine. I just got the laptop today and haven&apos;t been able to try any other OSs on it.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.78418</guid>
		<pubDate>Tue, 11 Dec 2007 19:50:32 -0800</pubDate>
		<dc:creator>xorry</dc:creator>
		
			<category>t-mobile</category>
		
			<category>hotspot</category>
		
			<category>closedports</category>
		
			<category>grridiots</category>
		
	</item> <item>
		<title>By: xorry</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164370</link>	
		<description>Erk, I did some more digging and it looks like a no:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://ask.metafilter.com/74097/Help-me-telnet#1102707&quot;&gt;http://ask.metafilter.com/74097/Help-me-telnet#1102707&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I think I&apos;ll have to try to put together a web tunneling app while I&apos;m at the office tomorrow.&lt;br&gt;
&lt;br&gt;
If anyone still has anything to add, feel free. I&apos;m heading off to ZZ land.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164370</guid>
		<pubDate>Tue, 11 Dec 2007 19:56:55 -0800</pubDate>
		<dc:creator>xorry</dc:creator>
	</item><item>
		<title>By: bottlebrushtree</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164379</link>	
		<description>Can you VPN in to someplace and then SSH out of there?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164379</guid>
		<pubDate>Tue, 11 Dec 2007 20:17:18 -0800</pubDate>
		<dc:creator>bottlebrushtree</dc:creator>
	</item><item>
		<title>By: procrastination</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164383</link>	
		<description>Maybe if you have your own server, run sshd on port 80 or 443?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164383</guid>
		<pubDate>Tue, 11 Dec 2007 20:21:50 -0800</pubDate>
		<dc:creator>procrastination</dc:creator>
	</item><item>
		<title>By: Kadin2048</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164388</link>	
		<description>&lt;a href=&quot;http://www.mtu.net/~engstrom/ssh-proxy.php&quot;&gt;Here are instructions&lt;/a&gt; on how to do it. The key piece of software is called &quot;&lt;a href=&quot;http://www.agroman.net/corkscrew/&quot;&gt;corkscrew&lt;/a&gt;&quot;. In order to use it on Windows, you need to install Cygwin, because it&apos;s written for Unix. It allows you to set up an SSH session through an HTTP proxy &lt;i&gt;without installing any endpoint software on a remote machine&lt;/i&gt;.&lt;br&gt;
&lt;br&gt;
There are lots of other ways to set up a SSH connection inside a HTTP(S) one, but that involve installing software onto a web server somewhere to act as the endpoint. Corkscrew doesn&apos;t. I have no idea exactly how it does what it does -- it strikes me as a little bit of black magic.&lt;br&gt;
&lt;br&gt;
However you will need to get an address for an open HTTP proxy, either one run by the hotspot (best), or just some random one out there on the internet (less ideal). You still need some point at which to terminate and strip off the HTTP tunnel...corkscrew just lets it be any old proxy, instead of a server with special software on it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164388</guid>
		<pubDate>Tue, 11 Dec 2007 20:27:59 -0800</pubDate>
		<dc:creator>Kadin2048</dc:creator>
	</item><item>
		<title>By: cdmwebs</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164402</link>	
		<description>You can&apos;t just tunnel out through port 80 like this?&lt;br&gt;
&lt;br&gt;
ssh -L 80:localhost:22 www.my-domain.com</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164402</guid>
		<pubDate>Tue, 11 Dec 2007 20:45:41 -0800</pubDate>
		<dc:creator>cdmwebs</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164430</link>	
		<description>Kadin2048: Looks like it uses the HTTP CONNECT command, which is intended for proxying https connections &#8212; but it does that by providing a transparent connection you can run any protocol over.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164430</guid>
		<pubDate>Tue, 11 Dec 2007 21:47:13 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: smackfu</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164436</link>	
		<description>&lt;i&gt; it strikes me as a little bit of black magic&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
I read through the code (ugh, portable C), and it looks like it does an HTTP CONNECT to the proxy web server, and then tells it to connect to the SSH host directly, w/ the SSH port (22).  This feature is intended for using HTTPS (port 443) over HTTP (port 80) proxies, but people abuse it.&lt;br&gt;
&lt;br&gt;
Hey, it even has a &lt;a href=&quot;http://www.kb.cert.org/vuls/id/150227&quot;&gt;vulnerability warning&lt;/a&gt; for it.&lt;br&gt;
&lt;blockquote&gt;Multiple vendors&apos; HTTP proxy services use insecure default configurations that could allow an attacker to make arbitrary TCP connections to internal hosts or to external third-party hosts.&lt;/blockquote&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164436</guid>
		<pubDate>Tue, 11 Dec 2007 22:06:09 -0800</pubDate>
		<dc:creator>smackfu</dc:creator>
	</item><item>
		<title>By: xorry</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164531</link>	
		<description>Thanks guys! I&apos;ll try some of these out tonight. I&apos;m wary that the VPN will be blocked but it&apos;s a great idea.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164531</guid>
		<pubDate>Wed, 12 Dec 2007 04:50:26 -0800</pubDate>
		<dc:creator>xorry</dc:creator>
	</item><item>
		<title>By: zengargoyle</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1164892</link>	
		<description>2nding corkscrew...  I&apos;m not sure of Windows compatabily, and I&apos;m not sure I remember exactly how it works, but the last time I found myself without SSH it was corkscrew and happy SSH-ing the next day.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1164892</guid>
		<pubDate>Wed, 12 Dec 2007 10:51:24 -0800</pubDate>
		<dc:creator>zengargoyle</dc:creator>
	</item><item>
		<title>By: arnoooooo</title>
		<link>http://ask.metafilter.com/78418/Can-I-SSH-with-TMobile-Hotspot-in-hotel#1165737</link>	
		<description>if you can do that, you might want to install AjaxTerm, which is a web based SSH : http://anthony.lesuisse.com/qweb/trac/wiki/AjaxTerm</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.78418-1165737</guid>
		<pubDate>Thu, 13 Dec 2007 02:37:48 -0800</pubDate>
		<dc:creator>arnoooooo</dc:creator>
	</item>
	</channel>
</rss>
