<?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: Internet Cafes-How Safe Are They</title>
      <link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They/</link>
      <description>Comments on Ask MetaFilter post Internet Cafes-How Safe Are They</description>
	  	  <pubDate>Tue, 05 Dec 2006 10:39:57 -0800</pubDate>
      <lastBuildDate>Tue, 05 Dec 2006 10:39:57 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Internet Cafes-How Safe Are They</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They</link>	
  	<description>Secure internet access at an internet cafe? I leave for 10 days in Mexico tomorrow and will be using internet cafes daily.  I will need to check my bank and credit card accounts every few days.  How can I make sure my connection is secure?  I have a USB stick and will be using Portable Firefox whenever possible.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.52446</guid>
  	<pubDate>Tue, 05 Dec 2006 10:30:10 -0800</pubDate>
  	<dc:creator>rglass</dc:creator>
	
	<category>mexico</category>
	
	<category>travel</category>
	
	<category>security</category>
	
	<category>internetcafe</category>
	
</item>
<item>
  	<title>By: autojack</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791559</link>	
  	<description>The way that I typically do this is to use SSH to create a secure proxy to my Linux shell server. If you don&apos;t have a Unix shell available to you elsewhere, this won&apos;t work. If you do, you&apos;ll need OpenSSH (installed by default on most Linux and Mac systems, you&apos;ll need to download it for Windows).&lt;br&gt;
&lt;br&gt;
Use the -D [port] argument to ssh when you connect to your remote shell. From the man page:&lt;br&gt;
&lt;br&gt;
&amp;quot;Specifies a local &amp;quot;dynamic&amp;quot; application-level port forwarding. This works by allocating a socket to listen to port on the local side, and whenever a connection is made to this port, the connection is forwarded over the secure channel, and the application protocol is then used to determine where to connect to from the remote machine.  Currently the SOCKS4 and SOCKS5 protocols are supported, and ssh will act as a SOCKS server.  Only root can forward privileged ports.  Dynamic port forwardings can also be specified in the configuration file.&amp;quot;&lt;br&gt;
&lt;br&gt;
So what I do is ssh -D 5050 myserver.org. Log in normally. Then tell my browser, IM clients, whatever else I need to use securely, to use a SOCKS proxy running on localhost, port 5050. Each of their preferences tools has a setting for this. Voila - simple security for everything! Just don&apos;t forget to undo that preferences change later, or your clients won&apos;t work : )</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791559</guid>
  	<pubDate>Tue, 05 Dec 2006 10:39:57 -0800</pubDate>
  	<dc:creator>autojack</dc:creator>
</item>
<item>
  	<title>By: jet_silver</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791563</link>	
  	<description>Your connection might be reasonably secure - if you use SSL for your connection - but end-to-end won&apos;t be.  How do you know what is inside the box at the cafe?  What if it simply logs every key you push?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791563</guid>
  	<pubDate>Tue, 05 Dec 2006 10:43:15 -0800</pubDate>
  	<dc:creator>jet_silver</dc:creator>
</item>
<item>
  	<title>By: tiamat</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791566</link>	
  	<description>You need to bypass keyloggers to avoid having your passwords captured. The simple way is to type a lot of gibberish into an irrelvant field before and after you type your password and user name, so that the person reviewing the logs can&apos;t find them. (Seach box, address bar without hitting enter, etc)&lt;br&gt;
&lt;br&gt;
Such as for user USER with password WORD a keylogger would normally see you type like this...&lt;br&gt;
&lt;br&gt;
www.banksite.com[enter]USERWORD[enter]&lt;br&gt;
&lt;br&gt;
If you just typed the address, mouse to login and type username, mouse to pword and type your password.&lt;br&gt;
&lt;br&gt;
On the other hand, you can mouse around and type in irelevant places and make it very much hard to find your login and password.&lt;br&gt;
&lt;br&gt;
Such that...&lt;br&gt;
&lt;br&gt;
www.banksite.com[enter]lsghldssoybobv;lkfsd;sdkUSERlkdj;fddsfdsl98912WORDoiuerlkewiosdf&lt;br&gt;
&lt;br&gt;
Since the VAST majority of keyloggers don&apos;t keep track of where you&apos;re typing, and rely on examining order of entry to discover your details, changing up the order of entry and adding extra data can avoid most keyloggers. This assues you have a good password, ie, one that looks random. Obviously if your password is a word or phrase it&apos;ll still be found after some examination. If this is the case, change it.&lt;br&gt;
&lt;br&gt;
There are also peices of software such as Roboform (commercial software, I have a copy, but don&apos;t have any other relationship with them) which type for you and therefore avoid keyloggers by not using the keyboard.&lt;br&gt;
&lt;br&gt;
Roboform has a thumb drive and U3 drive version, and is a very great way to keep dozens of passwords secure and ecnrypted, although its really overkill unless you have more pwords than you can remember.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791566</guid>
  	<pubDate>Tue, 05 Dec 2006 10:45:18 -0800</pubDate>
  	<dc:creator>tiamat</dc:creator>
</item>
<item>
  	<title>By: smackfu</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791582</link>	
  	<description>There was &lt;a href=&quot;http://ask.metafilter.com/mefi/27750&quot;&gt;a big thread&lt;/a&gt; on this last year.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791582</guid>
  	<pubDate>Tue, 05 Dec 2006 11:02:14 -0800</pubDate>
  	<dc:creator>smackfu</dc:creator>
</item>
<item>
  	<title>By: kdern</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791586</link>	
  	<description>tiamat - that&apos;s pretty brilliant.  Thanks.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791586</guid>
  	<pubDate>Tue, 05 Dec 2006 11:03:05 -0800</pubDate>
  	<dc:creator>kdern</dc:creator>
</item>
<item>
  	<title>By: cmiller</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791607</link>	
  	<description>Some things to consider:&lt;br&gt;
&lt;br&gt;
Are you worried about something sniffing the network between you and the bank?&lt;br&gt;
&lt;br&gt;
Are you worried about software on the computer recording your secrets as you type them?&lt;br&gt;
&lt;br&gt;
Are you worried about someone or something electrically capturing keystrokes from the keyboard en route to the computer?&lt;br&gt;
&lt;br&gt;
Are you worried about someone waiting until you log-in with your secret and then stealing control of the computer over the network (physically or through software)?&lt;br&gt;
&lt;br&gt;
Are you worried about someone or something watching over your shoulder as you type your secret?&lt;br&gt;
&lt;br&gt;
There aren&apos;t many ways to defeat all of those worries, unless you bring your own trusted computer.  You could bring your own trusted OS on a bootable hard drive, carefully inspect the computer and how it behaves, use encrypted data channels on the &apos;net, and use a one-time-password -- combing all of that will get you close to being safe.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791607</guid>
  	<pubDate>Tue, 05 Dec 2006 11:29:54 -0800</pubDate>
  	<dc:creator>cmiller</dc:creator>
</item>
<item>
  	<title>By: tke248</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791614</link>	
  	<description>I definitely think autojack has the right idea using an ssh tunnel but I would use a bootable os cd like knoppix and not what ever is installed on on the system.  This should defeat any software keyloggers as for hardware keyloggers a simple method to defeat them is using an on screen keyboard.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.combobulate.com/node/22&quot;&gt;Defeating Hardware Keyloggers&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.combobulate.com/node/35&quot;&gt;Instructions for setting up an SSH tunnel&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791614</guid>
  	<pubDate>Tue, 05 Dec 2006 11:34:42 -0800</pubDate>
  	<dc:creator>tke248</dc:creator>
</item>
<item>
  	<title>By: gfrobe</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791645</link>	
  	<description>If keyloggers don&apos;t log items items that are cut and pasted, maybe you could put your usernames and passwords in a text file on a USB thumb drive and then just cut and paste as needed?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791645</guid>
  	<pubDate>Tue, 05 Dec 2006 11:50:24 -0800</pubDate>
  	<dc:creator>gfrobe</dc:creator>
</item>
<item>
  	<title>By: scalefree</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791667</link>	
  	<description>If you&apos;re already using Portable Firefox, consider switching to &lt;a href=&quot;http://www.torrify.com/&quot;&gt;Torpark&lt;/a&gt;, which combines Firefox &amp;amp; &lt;a href=&quot;http://tor.eff.org/&quot;&gt;The Onion Router&lt;/a&gt; into one happy package.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791667</guid>
  	<pubDate>Tue, 05 Dec 2006 11:59:27 -0800</pubDate>
  	<dc:creator>scalefree</dc:creator>
</item>
<item>
  	<title>By: odinsdream</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791668</link>	
  	<description>You might also be able to avoid hardware keyloggers by changing the keyboard layout to something like Dvorak and typing your passwords in that way.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791668</guid>
  	<pubDate>Tue, 05 Dec 2006 11:59:30 -0800</pubDate>
  	<dc:creator>odinsdream</dc:creator>
</item>
<item>
  	<title>By: caution live frogs</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791670</link>	
  	<description>Far as SSH tunnels go I got advice from a fellow MeFite a while ago; Bitvise Tunnelier is an amazingly simple (and free) program for setting these up on Windows. As long as you have a Linux box somewhere that will accept SSH connections Tunnelier will do the rest of the things necessary to set up a SOCKS proxy for you, so all that is left is for you to set Firefox to connect through local port 1080 via manual proxy settings. Works for Thunderbird too. As an added bonus many airports, etc. will let you connect for free but won&apos;t serve any web pages unless you pay - but SSH tunneling through a nonstandard port can quite often allow you full access for free.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791670</guid>
  	<pubDate>Tue, 05 Dec 2006 12:01:22 -0800</pubDate>
  	<dc:creator>caution live frogs</dc:creator>
</item>
<item>
  	<title>By: weapons-grade pandemonium</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#791841</link>	
  	<description>&lt;a href=&quot;http://www.metafilter.com/mefi/56479&quot;&gt;Recent FPP&lt;/a&gt; on this.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-791841</guid>
  	<pubDate>Tue, 05 Dec 2006 14:31:18 -0800</pubDate>
  	<dc:creator>weapons-grade pandemonium</dc:creator>
</item>
<item>
  	<title>By: Mr. Gunn</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#792245</link>	
  	<description>Can you not call your bank&apos;s automated line from mexico?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-792245</guid>
  	<pubDate>Tue, 05 Dec 2006 23:51:49 -0800</pubDate>
  	<dc:creator>Mr. Gunn</dc:creator>
</item>
<item>
  	<title>By: pikaboy202</title>
  	<link>http://ask.metafilter.com/52446/Internet-CafesHow-Safe-Are-They#793129</link>	
  	<description>You might want to check this little gadget out:&lt;br&gt;
&lt;br&gt;
http://marketplace.hgtv.com/View_Listing.asp?RegionId=110&amp;amp;SubCategoryId=1&amp;amp;Level=3&amp;amp;Keyword=&amp;amp;Page=&amp;amp;Lid=2153-N6113019</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52446-793129</guid>
  	<pubDate>Wed, 06 Dec 2006 21:32:52 -0800</pubDate>
  	<dc:creator>pikaboy202</dc:creator>
</item>

    </channel>
</rss>
