Slashdot Mirror


Network Security While Traveling?

truesaer writes "I'll be spending all of next year backpacking through South America. In the past I've used Internet cafes while away, but this time I plan to bring a netbook and rely primarily on Wi-Fi hotspots. I'll be facing the same issues and risks that business travelers in hotels and airports face, as well as those encountered by millions of other backpackers, gap-year travelers, and students. Since my trip is so long I'll have no choice but to access my banking, credit card, and investment accounts on public networks. I will not have a system at home to connect through. Other than an effective firewall, a patched system, and the use of SSL, what else should I do to protect my information? Keep in mind that many places have very poor bandwidth and latency."

312 comments

  1. OpenVPN by Warped-Reality · · Score: 0, Offtopic

    Set up an OpenVPN system at home and remotely connect to it, giving you high quality (AES) over-the-air encryption, even on an open and unencrypted system.

    --
    This is not the greatest sig in the world, no. This is just a tribute.
    1. Re:OpenVPN by Anonymous Coward · · Score: 3, Informative

      > I will not have a system at home to connect through

      Congratulation for not reading half of the summary.

    2. Re:OpenVPN by Anonymous Coward · · Score: 3, Interesting

      rent a $10/mo VPS and then tunnel?

    3. Re:OpenVPN by Anonymous Coward · · Score: 1, Informative

      Then he should set up a cheap Linux server. Is his security worth so little to him?

    4. Re:OpenVPN by Anonymous Coward · · Score: 1, Insightful

      I'm sure that the GP read the summary - what he's really saying is "you don't have a system at home to connect through, so time to get one".

    5. Re:OpenVPN by Anonymous Coward · · Score: 4, Insightful

      Most Ask Slashdot problems are solved by throwing out the most ridiculous requirement. Usually this is because the poster has logic-ed themselves into a blind spot. The classic where-are-my-glasses-I've-searched-everywhere-oh-here-they-are-in-my-hand kind of a thing.

      In this case, the "no system at home" requirement is the offender. Just set up an old linux box with a friend, and like the GP said, VPN to it. You do have friends, don't you? Family? Non-tech savvy coworkers who won't question that computer case with the post-it note that says DO NOT DISCONNECT?

    6. Re:OpenVPN by Cylix · · Score: 5, Informative

      So it needs to be said regardless, but I feel VPN probably should have sufficed.

      There are two solutions to this issue:

      a) Do it Yourself!

      In this scenario, the individual purchases a term contract with a hosting provider and proceeds to install a VPN solution. This is the most flexible plan available and can be achieved for roughly 10$ or less per month (plus domain costs). The down side to such a solution is that if there is maintenance that must be performed there is really only one mechanic. (unless the mechanic has very good friends or if he is a heartless bastard with no relations to the external world then perhaps a fellow slashdoter will land the man a vpn solution. Never mind he is a freeloader... roaming from country side to country side... possibly infecting your server... and you were just trying to be a nice guy. shame on you)

      b) Rent a VPN!

      There are countless VPN solutions available for seemingly random values. I have little doubt that an equally cost effective solution can be found. This has the obvious advantage of not having to maintain the VPN solution. The obvious con when compared to solution "A" is that there is certainly no flexibility in this offering. You get what you get. With the economy falling into the virtual comode it is quite likely that any business you place your trust in will either lose all of your information or sale it on the black market. By the time you return you will likely be spammed, identity thieved and otherwise placed with the very best experiences the awful inky darkness that is the bad side of the humanity offers.

      Invariably there will be suffering no matter what option you choose.

      Regardless, ensure your netbook is protected and if you may wish to utilize a solution I myself rather enjoy. In rather horrible untrusted networks I rely on a lovely Fedora live distribution over usb flash. It doesn't offer much in the way of persistent storage, but for one time transactions it's quite useful.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    7. Re:OpenVPN by Just+Brew+It! · · Score: 4, Informative

      Agreed. If he doesn't want to host it at home for whatever reason (I imagine being gone for a year he may be having his Internet service turned off), he should find a friend or relative who is willing to host the box for him. Provided he uses a modern CPU with decent power management features (or a low-power CPU like Atom), idle power usage should not be a concern.

      Once you've got an always-on *NIX server you can connect to, it is a simple matter to use SSH's built-in SOCKS capability to securely tunnel your TCP traffic. This is precisely what I do when I travel.

    8. Re:OpenVPN by RichardJenkins · · Score: 1

      Well he said he couldn't do that. I'd say your best bet is to:

        * Make sure you have disk level encryption on your laptop (Truecrypt works well for Windows)
        * Create a small set of secure sites/services ahead of time you know you can trust, and need to use. Only go to these sites.
        * Don't forget email is typically sent plaintext - account for that if you need to
        * Put a firewall in place to block outgoing connections to port 80 and 25 in case you forget you're only visiting secure sites
        * Set up a VM for general browsing if you think you'll need it.
        * Keep a disc image handy so you can reset your laptop to a good state in case anything happens.
        * Remember that the whole Internet is public. You should assume that all the data you're going to send can be intercepted and manipulated all the time. Once you're working off that assumption, travelling and using a laptop doesn't seem to daunting.
        * Don't blame me when you're stranded somewhere with all your accounts cleaned out.

    9. Re:OpenVPN by Lord+Byron+II · · Score: 1

      dd-wrt allows VPN connections. When a $30 router is too much, why bother?

      And it doesn't even have to be at his house. A friend's house, or at work.

    10. Re:OpenVPN by Anonymous Coward · · Score: 0

      or a $20/mo linode server.

    11. Re:OpenVPN by Antique+Geekmeister · · Score: 1

      Please allow me to disagree, somewhat, sir. Regular software updates and anti-virus tools are also critical. Too many holes are active in the wild for far too long, with cross-site scripting bugs and malware downloaded and installed via otherwise innocuous websites, to leave a machine unprotected. Take advantage of the occasional connections with higher bandwidth for these downloads, of course, or they will interfere with normal use.

      For live CD's, I myself prefer a Knoppix CD, which also includes NTFS drivers and is generally friendlier on laptops of odd vintage. And backup, backup, backup! A nice laptop is easy to have stolen, easy to loose, and easy to break. USB keys are cheap, and can be easily stored encrypted to protect yourself from casual hardware theft or hotel room spies who image hard drives. (That's an old industrial espionage problem: I've seen reports on visitors to China having this problem a lot.)

    12. Re:OpenVPN by Anonymous Coward · · Score: 0

      Most Ask Slashdot problems are solved by throwing out the most ridiculous requirement. Usually this is because the poster has logic-ed themselves into a blind spot. The classic where-are-my-glasses-I've-searched-everywhere-oh-here-they-are-in-my-hand kind of a thing.

      In this case, the "no system at home" requirement is the offender. Just set up an old linux box with a friend, and like the GP said, VPN to it. You do have friends, don't you? Family? Non-tech savvy coworkers who won't question that computer case with the post-it note that says DO NOT DISCONNECT?

      Or he could have a very valid reason for not having a "home system". Maybe his relatives are luddites or want him to pay rent, electricity, internet connection fees, etc. Regardless, this is part of the requirements to solve his problem so just tossing it out turns it from a possibly difficult situation requiring ingenuity to fix into a vanilla problem that any troll can say "darrrr, just VPN to yur homez" and sound like they know what they're talking about.

      Having said that, there are two solutions that immediately come to mind that fully fit within his requirements.
      1. Use TOR.
      2. Set up a hosted domain/server for your VPN. It shouldn't be too tough to find a hosting company that will sell you some domain and server hosting, which you can use to setup your VPN tunnel. VPN's can sometimes end up being pretty touchy especially over high latency connections so I'd recommend you check into TOR before you start spending money on one.

      Personally I do both, since there are occasions that TOR might not work well or in some countries get you into trouble, or at least cause a hassle with local authorities.

      3. Get yourself a dialup, cell phone, or satellite plan. Could be very pricey or unreliable depending on where you are, and is outside the requirements posted, but thought I'd mention it as a possible alternative since you wouldn't really need to do anything extra for security.

      And as always, make sure you don't store/remember ANY passwords or logins on your laptop. I'd personally recommend using a clean system and booting of a dvd/cd-rom image of a Linux distro, and any data you need to store locally keep locked down on some type of encrypted media. Assume that at some point all your gear will get stolen or lost and you'll be well prepared.

    13. Re:OpenVPN by asdf7890 · · Score: 2, Interesting

      If he is going to be away and there is no one left at home (or at least no one sufficiently techie) to fix the setup if something goes wrong then the arrangement is stuff, so "a friend's house" is more the way to go.

      Though as poor latency is already going to be an issue I recommend a rented VM on a properly hosted server - then the extra latency of a residential connection will not compound the issue. Also, it might mean more than on VM location during the trip if he is traveling far, so at each location latency can be minimised by keeping the other end of the VPN relatively topologically local (within reason, of course, as he'd have to keep the other end of the VPN somewhere he considers safe enough).

      Also if using OpenVPN or similar setup both TCP and UDP endpoints - UDP is preferable (TCP wrapped in TCP can cause noticable efficiency issues for some traffic patterns and network issues) but sometimes a TCP OpenVPN connection works better if only because it can get through bad NAT arrangements more easily. Also setup an extra endpoint on port 80 or 433 as well as the standard OpenVPN port in case of firewall issues, just for good measure in case of strict outgoing port use limitations. For extra paranoia/completeness setup a HTTP-to-generic-TCP gateway too, that way you can connect to the VPN through that if everything but port 80 is blocked and the ISP are using DPI to ensure that traffic on port 80 really is HTTP traffic (far from efficient, but maybe better than nothing at all if that is the only option). This may of course all be far too much work depending on how much the security of the information you are sending is if you can't simply avoid sending it until you get back to your home turf or some other location you consider sufficiently secure.

    14. Re:OpenVPN by Zen+Hash · · Score: 1

      1. Use TOR.

      I don't think using Tor to access private information will provide any more security than accessing the same information directly from a public wifi hotspot. It could be less secure, depending on where your traffic exits the Tor network. For someone looking to eavesdrop on sensitive traffic, their tools/techniques will be the same whether they sit near a cafe with wifi to target those few users, or they run a Tor exit node and target those numerous users. Tor is designed for anonymity not security, and there are people who try to undermine the anonymity of users on Tor by sniffing traffic at exit nodes looking for private or identifiable information.

      --
      Here I sit, all broken hearted.
      Came to poop, but only farted.
    15. Re:OpenVPN by jetole · · Score: 1

      He has to trust his VPS though instead of WiFi hot spots. I use OpenVPN for home to office and it works great but with WiFi you need to take the same measurements you do at home such as SSL. Honestly though, no matter where you go, there is no absolute security because there is no such thing as absolute authentication of a host in this world. DNS spoofing can occur and SSL is becoming weaker with more exploits by the month and when you can't trust a host certificate to be valid then you can't trust that host to be who they say they are so the best you can do is use SSL and hope for the best at home or abroad. Also for those whom recommended OpenVPN yes it's an AES tunnel but only to your endpoint. Where you connect to from your end point that isn't in the LAN that OpenVPN is connected to is the same as connecting from home or abroad. OpenVPN was not designed to provide a proxy service to secure all your connections to everything else in the world but only between locations that you own.

    16. Re:OpenVPN by itsthebin · · Score: 1

      adjust your routing table to send everything to the gateway of your openVPN server

      I think the last few versions of Tomato VPN GUI firmware by Keith Moyer have had a checkbox to automatically provide this functionality for you when it pushes routes to the clients. I run the TomatoVPN on several wrt54gLs and think it is excellent

      --
      ...I obey the laws of physics....
    17. Re:OpenVPN by maxume · · Score: 1

      The espionage in your last paragraph only happens to that thin sliver of humanity that is smart enough to have data worth stealing and dumb enough to leave it sitting unprotected in their hotel room.

      --
      Nerd rage is the funniest rage.
    18. Re:OpenVPN by 93+Escort+Wagon · · Score: 4, Funny

      Congratulation for not reading half of the summary.

      To be fair, it was the bottom half.

      --
      #DeleteChrome
    19. Re:OpenVPN by Cylix · · Score: 1

      Disagreement is not allowed! You should never have asked for permission.

      However, I am not sure what you are disagreeing with as my statement was never one of an end to end solution. The fellow just wants his credit cards to be safe from sniffing. Frankly, I'm appalled that you would believe me to be a man to divulge details on such an elaborate all encompassing solution for free. What on God's green earth do you believe this world has come to? Have the hippies won already? I think not fair Geekmeister!

      Funny thing. My brand new T500 works completely out of the box with F11 live. I challenge you to make a knoppix USB device and then post it for me.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    20. Re:OpenVPN by Anonymous Coward · · Score: 0

      you must be new here.. nobody RTFS

    21. Re:OpenVPN by Antique+Geekmeister · · Score: 1

      I'd consider it if I had spare new laptops or netbooks to play with. I'm afraid I don't right now: my ancient Thinkpad is too light on memory to even consider running Fedora 11 live.

    22. Re:OpenVPN by lewko · · Score: 1

      I suspect you are that thin sliver of humanity that takes their laptop with them everywhere, including expensive dinner and shows, as opposed to leaving them in an ostensibly secure hotel room.

      Either that or you've never been invited to do business in a foreign country (or outside your parent's basement).

      Where exactly do you leave your laptop when you're getting the massage?

      --
      Do you or your partner snore? - Visit www.snoring.com.au
    23. Re:OpenVPN by lewko · · Score: 1

      Actually, it seems most people didn't read the part where he referred to: "access my banking, credit card, and investment accounts".

      Instead of getting caught up in VPNs and other technical band-aids, he should be demanding that his bank provide a form of two-factor authentication such as a token, scratch-card or SMS, which should all work fine overseas.

      Beyond that, I am willing to assume he's bumming around South America, not doing big business, so that should be most of the problem resolved, as long as he can live with someone potentially reading his oh-so-secret Facebook account etc.

      --
      Do you or your partner snore? - Visit www.snoring.com.au
    24. Re:OpenVPN by obarthelemy · · Score: 1

      It's frightening to see how many people dare to express opinions or formulate answers without really looking at what the question is.

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    25. Re:OpenVPN by mysidia · · Score: 1

      The security issue here is unencrypted WiFi at a public place that is easily intercepted by other people at a public place, or by the owner of the WiFi

      Your VPS is 1000x more trustworthy than unencrypted WIFI connection.

      Forward all traffic down a VPN tunnel.

      There are actually VPN services ala HotSpotVPN, anonymizer, Witopia, that may also help here.

      Or Tor... but I do not recommend tor, doing online banking through tor is a sure way to get pwned.

    26. Re:OpenVPN by BrokenHalo · · Score: 1

      A drawback of using a residential connection to host a VPN is that (at least here in Australia), most home connections are throttled in the upstream direction. That's going to introduce a lot of latency at the user end.

    27. Re:OpenVPN by jetole · · Score: 2, Informative

      You missed my point, yes you can route all your traffic through OpenVPN but what does that accomplish? Yes people people on the wifi can no longer sniff your traffic but it's an utter joke to think you have solved your security woes with that. What happens is you have a encrypted connection of all traffic from the wifi to your home/VPS/office/whatever but every hop on the route between your endpoint on the route is a spot where your traffic can be sniffed. If you don't appreciate the security concern here then you might as well not bother protecting yourself on the wifi in the first place. SSL will stop people at a wifi location just as well as it will stop people at your home/office/VPS/whatever and if you are using SSL to connect to these locations then the VPN is pointless for security and if you are not using SSL then the VPN is still pointless for security. As I already mentioned "OpenVPN was not designed to provide a proxy service to secure all your connections to everything else in the world but only between locations that you own."

    28. Re:OpenVPN by jetole · · Score: 3, Interesting

      Just as a follow up to myself here. To assume your home/office/VPS/whatever is a secure connection to begin with is ignorant. A VPN from the WiFi to your home/office/VPS/whatever and then routing out over the internet like normal from your endpoint is simply moving the location where your data is at the most risk and doing nothing to mitigate that risk. Again, the VPN was not designed for this type of security nor does it provide it. Etch it into your heads, the VPN provides only a secure connection to the endpoint and once it leaves there then the VPN is in no way whatsoever protecting your data.

    29. Re:OpenVPN by BrokenHalo · · Score: 1

      OpenVPN was not designed to provide a proxy service to secure all your connections to everything else in the world but only between locations that you own.

      And that is where using a VPN fails. No amount of encryption on the tubes will do you any good if your internet kiosk has a keylogger on board. Happened to me just under a year ago. No lasting damage was done in my case, but it was just enough of a cluebat to do me some good...

    30. Re:OpenVPN by jetole · · Score: 2, Insightful

      I agree completely but then again I would never expect a kiosk to be safe. Also regarding my previous posts, perhaps a lot of people will find me paranoid and I may be but I also work exclusively in security and I think it's important people weigh how secure they really are vs. how important the information being transmitted is. The poster mentions using a laptop (which excludes kiosks) but if he is connecting to banks and creditors then SSL is almost always guaranteed. SSL moots the point of a VPN to begin with. I wish people would stop posting so many comments that VPN is a security solution because in this instance it is not and I am amazed how many people seem to believe that a VPN will somehow protect the traveler when they know that data _WILL_ be traveling out of the VPN. What is it these people think a VPN is going to provide here?

    31. Re:OpenVPN by Anonymous Coward · · Score: 0

      But then, all problems can be solved by throwing out all the tricky bits. What's interesting about that? No one wants to read a /. post about trivial problems, and it's not really a brain-stretching exercise to oversimplify the problem.

    32. Re:OpenVPN by jimicus · · Score: 1

      Instead of getting caught up in VPNs and other technical band-aids, he should be demanding that his bank provide a form of two-factor authentication such as a token, scratch-card or SMS, which should all work fine overseas

      How exactly is asking the bank to provide something that they almost certainly have no intention of providing - or if they do it certainly won't be rolled out in the next month, otherwise he'd have been told by the bank already - going to help someone who's leaving in January next year?

    33. Re:OpenVPN by jimicus · · Score: 1

      There are plenty of solutions which don't require taking the laptop outside the hotel room.

      Not that I've ever seen any of them actually used IRL but they exist.

    34. Re:OpenVPN by SanityInAnarchy · · Score: 1

      there is no such thing as absolute authentication of a host in this world.

      Pretty damned close.

      DNS spoofing can occur

      You can route the DNS through the VPN. To be fair, this may still be possible, but they're working on that -- I think the whole point of dnssec is to prevent it.

      SSL is becoming weaker with more exploits by the month

      Those exploits have always been there. They are just now being discovered and fixed. SSL is therefore becoming more secure by the month.

      Please give an example of an SSL exploit that has been added at all recently -- even one which has been added within the past two years.

      the best you can do is use SSL and hope for the best at home or abroad.

      Consider the case where you're not using SSL, or can't trust it. (Example: Slashdot.)

      Would you rather broadcast your password over the fucking air for anyone with AirSnort to hear? Or would you rather send it over the still suspect, but much more reliable switched networks of your ISP, the server's ISP, and the public Internet?

      Where you connect to from your end point that isn't in the LAN that OpenVPN is connected to is the same as connecting from home or abroad.

      Except at home, I use relatively secured Wifi, and mostly, physical ethernet cables. Abroad, I use coffee shop Internet and other relatively-untrusted networks.

      So hell yes, I trust Slicehost more than I trust every Starbucks customer.

      OpenVPN was not designed to provide a proxy service to secure all your connections to everything else in the world but only between locations that you own.

      And Unix was not designed to be a multi-user system, or a multiprocessing system.

      By the way, it would be much easier to read your post if you used paragraphs, or at least finished your sentences once in awhile, because reading long run-on sentences like this without even the help of a comma somewhere can get very annoying and make you feel like you're out of breath so if you wonder why no one's replying to you then this might have something to do with it.

      --
      Don't thank God, thank a doctor!
    35. Re:OpenVPN by SanityInAnarchy · · Score: 1

      VPN's can sometimes end up being pretty touchy especially over high latency connections

      I remember finding a few relatively easy settings to change in the OpenVPN config -- tls-timeout and hand-window, I think, though there might've been others. Once I changed these, I had a pretty solid (if unbearably slow) connection through a satellite link.

      I hope to never use satellite Internet again, but it can be done.

      --
      Don't thank God, thank a doctor!
    36. Re:OpenVPN by SanityInAnarchy · · Score: 1

      It helps everyone in the long run, and it helps this guy when he transfers to a bank which does what he needs.

      --
      Don't thank God, thank a doctor!
    37. Re:OpenVPN by maxume · · Score: 1

      Well, no, I've never done business in another country. Sorry about that. But I would consider strong encryption to be protection (depending on the value of the data, the user might have to take care to ensure that the ram was reset before leaving the laptop).

      --
      Nerd rage is the funniest rage.
    38. Re:OpenVPN by Andy+Dodd · · Score: 1

      Great points.

      Yes, if you don't use SSL, you are at risk of getting sniffed at some point down the line. That said - The chances of you getting sniffed between your ISP connection and your bank are FAR slimmer than you getting sniffed by someone sharing the same wi-fi connection as you.

      --
      retrorocket.o not found, launch anyway?
    39. Re:OpenVPN by jetole · · Score: 1

      You can route the DNS through the VPN. To be fair, this may still be possible, but they're working on that -- I think the whole point of dnssec is to prevent it.

      DNS spoofing can occur anywhere and DNSSEC is based on SSL. SSL is flawed for many reasons which cryptographer DJ Bernstein has pointed out (DJ Bernstein is also the person responsible for why cryptography is no longer on the US export prevention list). SSL is a trust mechanism with people you don't know and SSL is exploitable.

      Please give an example of an SSL exploit that has been added at all recently -- even one which has been added within the past two years.

      http://it.slashdot.org/story/09/11/16/2327230/SSL-Renegotiation-Attack-Becomes-Real?art_pos=2 Nov 16th, 2009 at 18:30 EST

      Would you rather broadcast your password over the fucking air for anyone with AirSnort to hear? Or would you rather send it over the still suspect, but much more reliable switched networks of your ISP, the server's ISP, and the public Internet?

      The issue is that they are both suspect connections. Unfortunately slashdot does not provide SSL but his banks and creditors will. To simply state that you are moving you're connection from one suspect connection to another does not mitigate the risk is real and only where the vulnerability occurs.

      Except at home, I use relatively secured Wifi, and mostly, physical ethernet cables.

      ... And that gives you a secure connection inside your LAN. Agreed! We are discussing someone who wants to connect to the Internet.

    40. Re:OpenVPN by Anonymous Coward · · Score: 0

      I take it you've never used HotSpotShield -- HSS IS the remote endpoint of the VPN. It all comes down to whether you trust THEM not to mess with your data. The upside of HSS is that they're free. The downside is that, because they're free and people outside the US are using them to access Hulu, they're slow.

    41. Re:OpenVPN by SanityInAnarchy · · Score: 1

      DNS spoofing can occur anywhere

      It really can't occur between me and my VPS-provider's DNS servers. The question is, can it occur between a well-run DNS server and a DNSSEC-hardened domain?

      DNSSEC is based on SSL. SSL is flawed for many reasons which cryptographer DJ Bernstein has pointed out

      Then spell them out for me here, otherwise this is a meaningless appeal to authority.

      [slashdot.org] Nov 16th, 2009 at 18:30 EST

      From that page:

      recently discovered vulnerability in the SSL protocol.

      That is why I was making a distinction between added and discovered/fixed. If the protocol has been mostly stable, then there are a finite number of vulnerabilities present. Every time we discover and fix one, it gets more secure, not less -- this is a simple matter of arithmetic.

      Now, if the protocol is constantly changing, and the rate of vulnerabilities discovered is increasing, we might suspect that it's getting less secure. Key word is might -- we might just be getting better at discovering vulnerabilities. But this isn't what's happening here -- in your own link, you've presented a vulnerability which has existed for as long as TLS renegotiation has existed. I wasn't able to verify how long this is, but I doubt it's a new feature that was added in the last few years.

      The issue is that they are both suspect connections.... To simply state that you are moving you're connection from one suspect connection to another does not mitigate....

      I cannot believe you are really trying to claim that all suspect connections are equal. They aren't.

      The amount of effort required to eavesdrop, let alone MITM you, on a properly admin'd, switched network, or on the public Internet, is far greater than the amount of effort required to casually eavesdrop and MITM you on a wireless connection in a coffee shop.

      In other words: Yes it does mitigate.

      only where the vulnerability occurs.

      You are casually dismissing this -- it's fairly important. Put another way:

      And that gives you a secure connection inside your LAN. Agreed!

      You are treating security as though it's boolean (it isn't), and you are assuming that I believe my LAN is absolutely secure.

      I have a crappy little Netgear switch. It may be possible for people to 0wn this switch. No one's currently plugged into it, but you never know.

      In addition, there are others who have the wireless keys, in order to get online. The wireless security prevents neighbors from stealing my Internet access, it doesn't really protect me.

      In other words: it is quite possible someone could attack me within my LAN.

      Do you see why it's extremely unlikely that someone would do so? They'd have to break into my house, find my equipment, and know exactly what they were doing, and they'd have to do all of this without me noticing.

      It is also quite possible that someone could attack me at my ISP. This is somewhat more feasible -- anyone working for the ISP could do it, which is significantly more people than live in my house. Additionally, people could break into the ISP, which is bigger and thus probably easier to hide something. All it would take is one of those Linux-servers-in-an-Ethernet-jack.

      This is more likely than someone breaking into my house, but less likely than someone compromising some system, somewhere on the public Internet.

      Now, the public Internet, I would hope, operates as a giant switched network, only much more controlled -- many system administrators for the backbone routers, lots of fiber connections which can't really be tapped in the middle without cutting the traffic off. It's also a massively complex system, which makes it that much more difficult to execute an attack like this -- but that much easier

      --
      Don't thank God, thank a doctor!
    42. Re:OpenVPN by jetole · · Score: 1

      I find it amazing you don't see the the difference in security here

      It's not that I don't see the difference and it's not as simple as black and white but the fact remains that if you have to delegate security down to the point at which it ends before you begin routing through the public network then you're already insecure to begin with. I mentioned that SSL is relatively secure and if the person is connecting to sites in which security is a must then SSL makes a VPN a moot point and it's ignorant to assume that he's all safe and sound if he just runs a VPN to his home or a VPS.

      He needs to address security on the level where it's relevant to the type of data he needs to secure and a VPN is not the place to do so in this case. SSL on the other hand ensures that the connection to his point of interest is relatively secure regardless of where he is connecting from. I am amazed that I have to defend this idea. He either needs to use SSL to connect to secure sites in which case a VPN provides nothing for him or if he does not use SSL then what security does a VPN provide for him anyways? To assume your home connection is secure is utter non sense maybe in your head it's more secure then a WiFi hotspot but the point is it's not secure to begin with so in that case who cares if it is more secure then a WiFi hot spot.

    43. Re:OpenVPN by SanityInAnarchy · · Score: 1

      if the person is connecting to sites in which security is a must then SSL makes a VPN a moot point

      Granted.

      it's ignorant to assume that he's all safe and sound if he just runs a VPN to his home or a VPS.

      It's equally ignorant to suggest that such a setup offers no additional security at all. The original question was:

      Other than an effective firewall, a patched system, and the use of SSL, what else should I do to protect my information?

      So, some examples might be: Suppose a vulnerability is discovered in his software update system. Or suppose there are things he'd like to access which don't support SSL. There are a number of minor risks like that which are somewhat mitigated by routing everything through a VPN.

      maybe in your head it's more secure then a WiFi hotspot

      So it looks like, again, that you don't see the difference.

      it's not secure to begin with so in that case who cares if it is more secure then a WiFi hot spot.

      Because, again, security is not boolean.

      --
      Don't thank God, thank a doctor!
    44. Re:OpenVPN by jetole · · Score: 1

      I don't care anymore. Conversation has gone on too long for me.

  2. I have to say it: by Anonymous Coward · · Score: 0

    make sure to use Linux.

    1. Re:I have to say it: by lewko · · Score: 1

      Can you get it to run on Windows?

      --
      Do you or your partner snore? - Visit www.snoring.com.au
  3. hello world! by Anonymous Coward · · Score: 0

    I am just replying because I am the first one too see this post.
    Use VNC? :)

    1. Re:hello world! by harmonise · · Score: 2, Insightful

      Use VNC?

      To where? As he said in the summary, "I will not have a system at home to connect through."

      --
      Cory Doctorow talking about cloud computing makes as much sense as George W Bush talking about electrical engineering.
    2. Re:hello world! by tokul · · Score: 2, Informative

      Use VNC? :)

      From summary - "Keep in mind that many places have very poor bandwidth and latency."
      VNC and SSH are out of question.

    3. Re:hello world! by Zerth · · Score: 1

      Presumably the reason he won't have a home system is because he canceled his ISP for the year. He should take that money and rent a box somewhere, you can do it for less that $10/month.

    4. Re:hello world! by Logic+Worshipper · · Score: 1

      VNC is not secure. You will need a VPN to secure it. Any remote desktop would have the same security issues as any other service, but would compromise the remote computer as well as the site you're connecting to from it.

    5. Re:hello world! by bemymonkey · · Score: 1

      Why not just go with a VPN in the first place? Wouldn't that completely solve the problem?

    6. Re:hello world! by jimicus · · Score: 1

      Where? Most of the hosting services that cheap, the box is setup as nothing but a webserver (and attempting to use it for anything else is a violation of the TOS).

    7. Re:hello world! by tokul · · Score: 1

      Why not just go with a VPN in the first place? Wouldn't that completely solve the problem?

      Poor bandwidth and high latency links. No, VPN won't solve user's problem. He or she will get performance problems instead.

  4. SSH & SOCKS Proxy by chazchaz101 · · Score: 5, Informative

    I would recommend purchasing a shell account from a reputable host that will allow you to tunnel your internet traffic over an SSH tunnel/SOCKS proxy. It's really easy to set up using Putty or OpenSSH.

    1. Re:SSH & SOCKS Proxy by buchner.johannes · · Score: 0, Redundant

      Please mod parent up.

      Usually I'd say you're fine by using https, as it provides end-to-end encryption. Sadly the last word is that that is not true anymore. Throw a ssh tunnel towards the middle of the internet, preferably 'close' to your mail/banking website in terms of few nodes in between.

      For example, you can route your (ssl) traffic through shell.sf.net.

      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    2. Re:SSH & SOCKS Proxy by Anonymous Coward · · Score: 0

      Alternatively, Hamachi VPN on one of your clients/servers at home.

    3. Re:SSH & SOCKS Proxy by emj · · Score: 5, Informative

      Remember to tunnel the DNS requests over the SSH connection as well, in firefox after setting up Socks5 proxy goto about:config. Change this to true: network.proxy.socks_remote_dns

    4. Re:SSH & SOCKS Proxy by Krneki · · Score: 1, Troll

      This.

      Or get a classic WRT54GL router with tomato. So you can connect to your home SSH server (SSH service running on tomato).
      Also keep an eye on your firewall and remove all the exception you don't know what they are for, if you are running Windows. If you are on Linux you are safe of course.

      If you use public Internet caffe, get Firefox portable on USB stick and configure it to use your SSH tunnel. You don't need any Admin privileges to make it work. Also very effective to bypass any firewall that might be setup (China).

      --
      Love many, trust a few, do harm to none.
    5. Re:SSH & SOCKS Proxy by z0idberg · · Score: 2, Informative

      Second this option. Quite easy to setup, this guide spells it out:
      http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/

    6. Re:SSH & SOCKS Proxy by Niten · · Score: 3, Informative

      That's a good thought, but the problem is that tunneling TCP over TCP (such as HTTP over SSH) is subject to the TCP retransmission cascading effect, a.k.a. TCP-over-TCP meltdown, which is particularly likely to be a problem for him given the kind of Internet connections he may be stuck with on his travels.

      It would be better to tunnel over a protocol that does not attempt to ensure reliable transport, such as UDP or pure IPsec. So I agree with you that he should find some inexpensive, reputable host to use as his endpoint, but I recommend that he use OpenVPN over UDP rather than SSH over TCP for his tunnel. OpenVPN is easy to set up, penetrates NATs well, and will be compatible with pretty much any inexpensive VPS provider (but be sure to check with potential hosts' terms of services first to make sure they're OK with tunneling your personal web browsing traffic through their servers).

    7. Re:SSH & SOCKS Proxy by timeOday · · Score: 2, Insightful
      I find all this rather exotic advice a little silly. The data security risks you will face in South America are in no way different than what you are exposed to surfing the web from your local coffee shop, or taking your netbook to work every day on the subway.

      Your biggest security concerns while on travel should be more along the lines of getting your immunizations up to date and avoiding staying out after dark.

    8. Re:SSH & SOCKS Proxy by Anonymous Coward · · Score: 0

      I think the difference between there and his normal routine is that he will be forced to use wifi spots to check e-mail / bank account info / etc., whereas in normal day-to-day he would have held off doing that until he got home, or to a reputable wired connection.

    9. Re:SSH & SOCKS Proxy by tlhIngan · · Score: 3, Insightful

      That's a good thought, but the problem is that tunneling TCP over TCP (such as HTTP over SSH) is subject to the TCP retransmission cascading effect, a.k.a. TCP-over-TCP meltdown, which is particularly likely to be a problem for him given the kind of Internet connections he may be stuck with on his travels.

      Except SSH tunneling or SOCKS proxying (over SSH) don't do TCP-over-TCP. Instead, using an SSH tunnel, the application creates a TCP connection to localhost, the SSH program then takes the data from that connection and forwards it to the destination over its own TCP connection, where the SSH daemon makes a connection on your behalf. No TCP-over-TCP, just handing data over multiple TCP links.

      Ditto with a proxy - the app connects to the proxy server, the server makes a new connection on your behalf, and bridges the data between your application and the destination.

      In fact, if you can properly buffer the connections, this can lead to higher throughput as a high latency link can be hidden by the proxy servers which locally ACK the packets, and the high-latency link can have data blasted through with different TCP settings that allow for high bandwidth-delay products.

    10. Re:SSH & SOCKS Proxy by warcow105 · · Score: 1

      I tunnel all my personal web surfing back to my home computer. Doesnt matter if I am at work, at a coffee shop, or in a hotel on vacation. Never trust that your connection is safe, there are even risks with ones home connection, but for all intents an purposes, it is secure.

    11. Re:SSH & SOCKS Proxy by Niten · · Score: 1

      Oh snap, you're right, I stand corrected.

    12. Re:SSH & SOCKS Proxy by jetole · · Score: 1

      Agreed. What I don't understand is everyone assuming their home connection is safe to begin with. Scroll up for my previous posts.

    13. Re:SSH & SOCKS Proxy by bemymonkey · · Score: 1

      Same here... the bog-standard Fritz!Box router I got from my ISP years ago has a VPN server built right into the server. I VPN in from whereever I'm surfing from (including shady public networks) before doing anything requiring the transfer of sensitive information...

    14. Re:SSH & SOCKS Proxy by SCHecklerX · · Score: 1

      And if you don't want to remember to socksify all your apps, you can also tunnel PPP over ssh, and set your default route and DNS through the tunnel (remember to set a static route to your remote endpoint first!). But nowadays, you can do that easier and more efficiently using openvpn. PPP over ssh works a lot better than you would think something wrapped in tcp would.

    15. Re:SSH & SOCKS Proxy by Anonymous Coward · · Score: 1, Interesting

      True, but UPD does not travel well over HTTP proxies, which you are likely to encounter as well. If you can go for linux, it's pretty easy to setup both though. Hint: setup a SSH server on port 443 (the SSL port) so that firewalls don't try and inspect the stream (since they expect it to be SSL, not SSH and you cannot do anything with the encrypted content anyways). My Dutch ISP did that - brilliant for creating secure connections from a company firewall (ooh, now I have to go anonymous, sorry).

  5. dm-crypt by tetromino · · Score: 5, Insightful

    All network security is for naught when someone can just steal your netbook and read all the passwords and form data that firefox helpfully remembers for you. You have to make sure that your firefox profile directory (as well as all other confidential data, like passwords and bank statement pdfs) is stored on an encrypted block device. On Linux, a loopback device encrypted with dm-crypt works well.

    1. Re:dm-crypt by tuffy · · Score: 5, Informative

      Enabling Firefox's master password causes it to encrypt one's saved passwords and form data.

      --

      Ita erat quando hic adveni.

    2. Re:dm-crypt by iron-kurton · · Score: 4, Insightful

      Banking passwords should be memorized and never, ever, EVER written down or saved (and that includes firefox too). So when (not if) someone steals his netbook, he won't have to worry about them having his passwords (even if encrypted).

      --
      Change is inevitable, except from a vending machine -- Robert C. Gallagher
    3. Re:dm-crypt by AnomalyConcept · · Score: 1

      On Windows, TrueCrypt system partition encryption works as well.

    4. Re:dm-crypt by JWSmythe · · Score: 2

          Ahh, good security. There was a "what's the best way to store my passwords" thread a few weeks ago, and I said the same thing. It doesn't really matter, I give this guy a week before his laptop, phone, and wallet are stolen, and his body is tossed out in god forsaken nowhere. They'll have free reign on his accounts for weeks before anyone realizes that he hasn't checked in, and even longer before his next of kin convince the banks to lock down his accounts.

      --
      Serious? Seriousness is well above my pay grade.
    5. Re:dm-crypt by grouchyDude · · Score: 2, Informative

      Great idea if you don't do much. If you have multiple banks or other equivalently-important accounts then it's very tricky. If you use long secure non-algorithmic passwords and won't be able to visit the bank to re-init them, the keeping them recorded in encrypted form would be my choice. That way if you can't recall them all, or briefly forget one, you can recover them so long as you remember at least the master password.

    6. Re:dm-crypt by Anonymous Coward · · Score: 0

      Well if you're stupid enough to allow Firefox to "remember" your passwords you deserve to have your information stolen. Cripes people, use your brains.

    7. Re:dm-crypt by value_added · · Score: 1

      A bit overstated, no?

      openssl enc -aes256 -salt -a -e -in passwd.txt -out secrets
      rm passwd.txt
      mail -s "My Secret Passwords" myname@gmail.com < secrets

      So not only can you have your passwords "written down", but you can have a a copy of them (conveniently base64 encoded) in your Gmail inbox available to you when travelling. Assuming, of course, you've memorised the password to your Gmail account. ;-)

    8. Re:dm-crypt by iron-kurton · · Score: 1

      And you're assuming you memorized your aes encryption password too. So, there's already two memorized passwords. What's worse is that the thief, having stolen your netbook, has all the time in the world to perform a brute force attack against your encrypted file. Wouldn't you do the same if you found an encrypted file called "secrets"?

      By the way, forget about changing your passwords too -- remember, the OP is in a foreign country without another reliable/secure connection.

      No matter which way you look at it, writing down your passwords is less secure than not.

      --
      Change is inevitable, except from a vending machine -- Robert C. Gallagher
    9. Re:dm-crypt by Lumpy · · Score: 1

      It doesn't really matter, I give this guy a week before his laptop, phone, and wallet are stolen, and his body is tossed out in god forsaken nowhere

      You know human organ trafficking is really popular in South America. I dont think they will find much of his body.

      "Hey we found this skull, I wonder who's it is? Screw that, let's bleach it and put a candle on top and sell it to the Goth kids on the next bus! Help me get that femur from that dog.. I'm gonna carve some symbols in it and sell it for 300 pesos!"

      --
      Do not look at laser with remaining good eye.
    10. Re:dm-crypt by maxume · · Score: 2, Insightful

      The entire point of encrypting personal passwords is to keep Larry-the-thug from casually reading them, he doesn't have the resources (or even the inclination!) to brute force them. If someone interested in brute forcing AES has your laptop, it is likely that you also have some bigger problems than worrying about whether they can actually do it.

      --
      Nerd rage is the funniest rage.
    11. Re:dm-crypt by Anonymous Coward · · Score: 0

      You must be an American. Your grim outcome is based on...what, Fox News' View of the World? Your buddy Rush Limbaugh? He's not planning on going to dangerous places like LA or NYC! It's only Americans who think other countries are full of murderous thieves, when (no surprise) the most travel they've done is (nervously twitching at any firecracker or car backfire lest it be a drive by shooting) go to the nearest Blockbuster to rent some Hollywood movie about the cool and wonderful places they'll never have the balls to go and actually see. Once you're outside America you start to realize how friendly most of the world is.

    12. Re:dm-crypt by westlake · · Score: 1

      What's worse is that the thief, having stolen your netbook, has all the time in the world to perform a brute force attack against your encrypted file.

      Why brute force the file when you brute force the password?

    13. Re:dm-crypt by Logic+Worshipper · · Score: 1

      The idea is not that it will keep your passwords safe indefinitely, but that you can call the bank and have them changed before they are compromised. If someone steals media with your encrypted passwords they won't be able to brute force it before you have them changed, encryption just buys time.

    14. Re:dm-crypt by Anonymous Coward · · Score: 0

          It doesn't really matter, I give this guy a week before his laptop, phone, and wallet are stolen, and his body is tossed out in god forsaken nowhere.

      You need to get out and travel more often. The world isn't such a big bad place as the media portrays it to be. Even in south america, the ratio of good hardworking people who will go out of their way to help a person in need, rather than rob and kill them, is remarkably high. Why doesn't it feel this way? See this: http://en.wikipedia.org/wiki/Availability_heuristic

    15. Re:dm-crypt by Anonymous Coward · · Score: 1, Insightful

      If the thief can't monetize the files withint 5 minutes he won't bother. That's how locks work. No lock in the world can stand a dedicated thief. But if they can't enter your house within 5 minutes they go to your neighbor.

      You don't have to outrun the lion, only the guy next to you.

    16. Re:dm-crypt by Anonymous Coward · · Score: 0

      Generalize much?

    17. Re:dm-crypt by nathan.fulton · · Score: 1

      actually, if you're primarily using the netbook at locations with an electrical hookup (ie, if battery life is not as large an issue) then using WDE would probably be the best approach.

      Another solution would be to get a cheap VPS or shell hosting account and ssh -D 2020 host -X then run firefox from the shell acct. and treat the netbook like a thin(ner) client.

    18. Re:dm-crypt by JWSmythe · · Score: 1

          Well, I actually have spent time in about half of the top 10 most dangerous cities in the US. Other than a few petty thefts, I've come out mostly untouched. :) Then again, I've known people who haven't spent time in any bad cities who have been rolled within an hour of hitting the streets, because they looked like easy marks.

          Someone would be an easy mark, when they go strolling into a strange town in a strange country saying "Hi, I'm an American. I'm just passing through. Would you know where I could get on the Internet with my laptop?" Then again, there are areas in any city where that's a bad idea. If you don't know the lay of the land, you'd better hope you're lucky not to make the mistake of ending up in the wrong areas.

      --
      Serious? Seriousness is well above my pay grade.
    19. Re:dm-crypt by Anonymous Coward · · Score: 0

      Yes, remember that your credit card number is stored in Firefox, unless every website remembered to flag autocomplete off in that field.

      https://bugzilla.mozilla.org/show_bug.cgi?id=188285

      For whatever ideological reason (e.g "it is the website's responsibility", "credit cards are no different than other information") they won't fix this.

    20. Re:dm-crypt by countvlad · · Score: 1

      I can tell you're all republican-butt hurt for whatever reason, and I shouldn't feed the AC trolls, but the fact of the matter is the US State Department *routinely* warns American's traveling to these countries about violence/crime in these regions: they deserve greater caution than trips to say Europe. Yes, many of the people in latin american countries are warm and friendly to tourists, but many of them are also desperate and naive tourists are an easy mark. It's a good idea to be cautious when traveling ANYWHERE abroad, JUST like it's a good idea to be cautious when using the Internet.

      Go back to posting your hate mongering rhetoric in whatever huffpost article on Digg's front page that you strayed from. You're just as bad as the extremists on the right who don't think American's should leave their borders. Maybe even worse since you seem to think you know better.

    21. Re:dm-crypt by Obfiscator · · Score: 1

      In my experience (based on living for two years in central Africa), this is both true and not true.

      The vast majority of people were great, but the theives were worse. I seldom left my apartment at night because of theives in the neighborhood, and I wasn't in a big city. Add to that the risk coupe-de-routes while traveling, which even happened in the middle of the day in some areas, and the odds of getting your stuff stolen are higher than any place I've lived in the U.S., Europe, or Australia.

      The nice thing is, most crime there was based on property: someone wants money. If you give them your money, they're generally happy and go away (I know people who've begged for moto fare home or the SIM card from their phone from a machete-wielding thief and have been happily obliged). Which means you don't have to worry about violent crime.

      So as I said: both true and not true.

      --
      "Nothing shocks me. I'm a scientist." -Indiana Jones
    22. Re:dm-crypt by Anonymous Coward · · Score: 0

      Banking passwords should be memorized and never, ever, EVER written down or saved (and that includes firefox too). So when (not if) someone steals his netbook, he won't have to worry about them having his passwords (even if encrypted).

      I didn't think banking websites allowed you to save your credentials when logging in?

    23. Re:dm-crypt by thoughtspace · · Score: 1

      .... and leave the USA t-shirt at home. It's easier to just shout 'I'm a tourist.'

    24. Re:dm-crypt by sfkaplan · · Score: 0

      That's a nice ideal, but it's impractical. What is my wife supposed to do if I get hit by a bus? She would need access to some of those accounts, and she can't possibly be expected to remember my passwords without any written aids. Storing them in some encrypted form that she can access preserves that information in a safe manner, and it allows me to use better, more diverse passwords.

    25. Re:dm-crypt by muckracer · · Score: 1

      > Banking passwords should be memorized and never, ever, EVER written down or
      > saved (and that includes firefox too).

      Sorry, won't work. In fact the only way I can use actually secure passwords
      with high entropy is by writing them down. I might agree about the (not)
      storing in Firefox bit but other than that I think, this is unhelpful advice.
      We're not meant to remember 128-bit passwords. I rather keep them in
      obfuscated written-down form in my wallet. If that gets lost or taken, I have
      more immediate problems than my passwords.

    26. Re:dm-crypt by muckracer · · Score: 1

      Not bad. In fact, there's a great plugin for vim, that uses openssl just like
      that for creating a command-line password safe:
      http://www.vim.org/scripts/script.php?script_id=2012

      However, your 2nd step is very questionable. You should instead use:

      shred -vuz passwd.txt

      Better yet, you do all this on a LUKS partition. (Then you might get away with a
      simple rm.)

    27. Re:dm-crypt by DoNoEvil · · Score: 1

      and Fx | Tools | Options | Advanced | Encryption | Security Devices -> Enable FIPS

      --
      :-) > $
    28. Re:dm-crypt by ergean · · Score: 1

      I don't know how it is where you live, but in my country (Romania) there is no bank that lets you log in using normal passwords. You need tokens with a pin and a password + user name.

    29. Re:dm-crypt by iron-kurton · · Score: 1

      Because you can brute force the file offline.

      --
      Change is inevitable, except from a vending machine -- Robert C. Gallagher
    30. Re:dm-crypt by iron-kurton · · Score: 1

      That actually sounds sane. I live in the US, and most banks don't use tokens, as far as I know.

      --
      Change is inevitable, except from a vending machine -- Robert C. Gallagher
    31. Re:dm-crypt by JayAEU · · Score: 1

      Yes, but there's also Truecrypt, which is available for all major platforms: http://www.truecrypt.org/downloads

      It's really easy to set up, so nobody should leave their mobile computer unencrypted.

  6. Good starting point by MrKaos · · Score: 0, Flamebait

    Use Linux.

    --
    My ism, it's full of beliefs.
    1. Re:Good starting point by Anonymous Coward · · Score: 0

      Well that probably makes sense given that it is a low powered netbook and probably doesn't have a TPM.

      For an even slightly more robust machine, use Windows 7 Ultimate with BitLocker and a strong password for your logon. Disable sleep and use hibernate instead to fend off those "cold memory attacks" that can be done on any OS. Disable any firewire ports to prevent any peer-to-peer memory attacks. Don't allow boot without a BitLocker PIN.

      You then don't care about any of those "Firefox stored my password" stuff that others have mentioned workarounds for. Theft becomes just the inconvenience and money lost in having to replace your machine - the risk of any data disclosure is negligible if your PIN / password combo are solid. Leave the Windows 7 firewall in the default mode - it blocks all inbound. Keep firefox (and the rest of the system) as up to date as possible with the spotty connections you'll be able to get. Consider a firefox update as more important than some youtube video or whatever.

    2. Re:Good starting point by v1 · · Score: 0, Redundant

      For an even slightly more robust machine, use Windows 7 Ultimate with BitLocker and a strong password for your logon.

      I seem to remember speculation/rumor/unsubstantiated claims awhile back regarding bitlocker having a second way to unlock the data but only the public key was seen, no one knew specifically who had the private key. (govt/ms?) Was this ever either put to rest or proven?

      --
      I work for the Department of Redundancy Department.
    3. Re:Good starting point by Anonymous Coward · · Score: 0

      I myself am a HUGE linux fanboi, but the suggestion to use linux in this topic is not really helpful. His conscern is not for getting viruses, he is going to be using the same internet. He is (or should be) worried about packet sniffers running on the public wifi (or just sniffing out of the air,) and there is no difference between the protocalls used on the Windows version of Firefox, and the linux version (or on epiphany, or whatever, even if they are Linux only in most cases.)

      The only benefit you get from running Linux instead of Windows in this scenario, is that you can argue that Linux is not as at risk for some of the windows protocal targetted viruses, like in the case of an infected machine connecting to the same wifi network tries to start transmitting it to you. But this is no different from a wifi spot down the street, so it's still not relevent.

    4. Re:Good starting point by Anonymous Coward · · Score: 0

      I'm almost certain any netbook will not have a TPM. For that functionality, you will need to have a business class machine. Without a TPM, BitLocker can only run off a USB flash drive. If the machine doesn't have a TPM, I highly recommend another WDE utility such as TrueCrypt, PGP, WinMagic, or others.

      If it does have a TPM, I highly recommend using BitLocker if the OS has it available. Mainly because you can configure it just as the AC said, requiring a PIN, but you can also configure it to require a PIN, and USB flash drive. The advantage of this is that if your laptop is stolen and you still have possession of the flash drive, the thieves will not be able to do anything with the data stored on it.

      Also, in Windows 7, there is a setting with the firewall to disallow all inbound connections, no exceptions. Make sure this is selected.

    5. Re:Good starting point by Anonymous Coward · · Score: 0

      This has been discussed to death. If I were to give an answer about a backdoor in $SECURITY_PRODUCT, I'd say no. Two reasons, both theory:

      1: If it has one, it would have to be *very* well designed, because there are a lot of people looking for any holes, and the $SECURITY_PRODUCT_MAKER would be in deep poo poo if the whitehats found a deliberate hole. If the blackhats discovered it, it would be worse.

      2: If there were a hole, then any use of it other than the biggest targets would tip their hand and make people suspect a backdoor and immediately scramble to other security products.

      There are no backdoors in BitLocker, just as there are none in TrueCrypt, FileVault, PGP, PointSec, gpg, and other programs that companies stake their existance in making.

    6. Re:Good starting point by MrKaos · · Score: 1

      Use Linux.

      It's fascinating that these two words went from a +3 insightful to a -1 flamebait. It shows that the multitude of M$ fanbois out there (fighting the good fight against evil open source) fear the end is near for their beloved windows, how pathetic.

      This endorsement was cited simply because Linux is immune to the three main issues of security that are primarily vectors for fraud to occur, viruses, malware/spyware and privilege escalation which are all Windows issues. I didn't need to explain what, inevitably, would have been explained by someone else. You M$ fanbois complain when someone says 'M$' and if anything that is a positive endorsement of Linux appears you mod it down, I may as well have written 'M$ Windoze$ $ux - lol' as it would have been treated the same juvenile way. You are Mind$laves.

      --
      My ism, it's full of beliefs.
  7. Why will you not have a system at home? by jazzkat · · Score: 3, Interesting

    I've been stuck in the ICU's of local hospitals for the past month in a similar circumstance. I've been doing bills and banking from my system at home via FreeNX.

    1. Re:Why will you not have a system at home? by phantomcircuit · · Score: 2, Informative

      Possibly because he won't have a 'home' during his travels? I mean why pay rent when you're not there?

  8. are you sure you're asking the right question? by inzy · · Score: 1, Insightful

    you're going travelling, to experience new cultures, people and ideas

    put down the computer; the world won't end if you can't access slashdot and your email for a few months

    i'm sure there are many ways to get around not having internet access - use phone banking, get your bank to automatically pay off your c card, use internet cafes for email (if you really must), or use a phone to call people.

    why on earth you feel a need to access your investment account from the depths of south america, i'm not sure.

    1. Re:are you sure you're asking the right question? by ub3r+n3u7r4l1st · · Score: 2, Funny

      "why on earth you feel a need to access your investment account from the depths of south america, i'm not sure."

      Wait until you figure out you lost half of your portfolio in 24 hours then you know why.

    2. Re:are you sure you're asking the right question? by buchner.johannes · · Score: 1

      put down the computer; the world won't end if you can't access slashdot and your email for a few months

      Maybe, but why take the risk? Just remember the docu 2012

      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    3. Re:are you sure you're asking the right question? by kjart · · Score: 4, Interesting

      the world won't end if you can't access slashdot and your email for a few months

      Check the time mentioned in the summary. I would normally agree with you, and don't typically even use internet cafes while gone for a few weeks. However, I can't imagine being totally unconnected to email for a whole year. Yes, I could do without Slashdot, but just checking the news back home and following up with friends and family would be mandatory.

    4. Re:are you sure you're asking the right question? by iron-kurton · · Score: 2, Funny

      Wait until you figure out you lost half of your portfolio in 24 hours then you know why.

      Well, if he doesn't access his investment account while he's there, he won't know. Problem solved.

      --
      Change is inevitable, except from a vending machine -- Robert C. Gallagher
    5. Re:are you sure you're asking the right question? by Hadlock · · Score: 4, Informative

      Going traveling for 5 weeks in south america as well. Just bought a netbook. Every single person I've talked to says "blog about it! we want to see your pictures!" -- the truth of the matter is that a netbook is pretty damn tiny and takes up little space (2800 cu in pack) and definitely qualifies as "personal gear". Might as well take it along. Makes backing up my digital pics easier, and makes it easier to check the news (you never know what's going to happen next in venezuela) and communicate with couch surfers. You don't NEED one, but it damn well makes things easier in a pinch.

      --
      moox. for a new generation.
    6. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      Oh, is that how it works? Somehow, your stocks just disappear? And by looking at it in some foreign country, you can stop the stock stealing gremlins?

      His portfolio will be fine, it might go up, it might go down, but it'll still be there and any sudden drops won't be mitigated by checking on it, or else he'd be a billionaire for his prophetic powers.

      He's just a nerd who wants to feel important in some starbucks in south america, because he just has to be online to "check his stuff." How lame.

    7. Re:are you sure you're asking the right question? by pz · · Score: 1

      "why on earth you feel a need to access your investment account from the depths of south america, i'm not sure."

      Wait until you figure out you lost half of your portfolio in 24 hours then you know why.

      The parent post is 100% spot on, but the grandparent post has an inadvertent truth as well -- if you're away from your normal life, then you're not day trading. If you're not day trading, every now-and-then phone access to your broker service combined with some well-considered limit/stop orders should suffice if you have sporadic newspaper or web-based stock quotes. Network-based access to your investment portfolio is a convenience (and even e*trade has phone service) that might well be considered an unnecessary luxury while on a long trip to remote parts of the world.

      --

      Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    8. Re:are you sure you're asking the right question? by cain · · Score: 2, Insightful

      you're going travelling, to experience new cultures, people and ideas
      put down the computer; the world won't end if you can't access slashdot and your email for a few months

      why on earth you feel a need to access your investment account from the depths of south america, i'm not sure.

      Why on Earth you feel the need to tell a perfect stranger how to travel, I'm not sure. Why not just trust the guy and answer the question instead of responding in a smug condescending manner?

      I'd suggest booting a security-oriented "live" linux distro from a CD/DVD/thumb drive when accessing untrusted networks. This means caches are gone when the power is turned off - no passwords/account numbers/etc floating around on the hard drive. If the distro boots with sane firewall settings, has ssh installed, etc, the poster should be fine.

    9. Re:are you sure you're asking the right question? by agnosticnixie · · Score: 4, Insightful

      Backpacking through south america doesn't mean OP is spending 5 months in the middle of the Amazon. Besides, how does internet access limit it? Oh, right, it doesn't. And phones aren't technology? Is this slashdot or some sort of faux-luddite assembly.

    10. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      I find it amusing how most of you seem to have the image that South America is one big jungle, with no cities, no technology whatsoever and where people use treetops as shelters. I doubt he'll spend more than 10% of his total journey in the actual jungles.

    11. Re:are you sure you're asking the right question? by vlm · · Score: 1

      you're going travelling, to experience new cultures, people and ideas

      How would I do that without inet access? Seriously? I guess in the more 3rd world areas they still print out flyers and newspapers, and use paper maps, and don't use social networking sites, but in the more developed areas they'll think you're a visiting Amish. Restaurant reviews, hotel reviews, tourist trap reviews, train/bus/plane schedules... And remember to bookmark webmd.com or whatever for Montezumas Revenge.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    12. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      why on earth you feel a need to access your investment account from the depths of south america, i'm not sure.

      You must be american.
      -Anonymous Coward

    13. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      In some cultures it's customary to relieve the rich foreigner of their valuables. Greet the opportunity to become a part of their culture with open arms and let go your western notion of possession. Give them the laptop before they have to ask for it.

    14. Re:are you sure you're asking the right question? by pz · · Score: 1

      I find it amusing how most of you seem to have the image that South America is one big jungle, with no cities, no technology whatsoever and where people use treetops as shelters. I doubt he'll spend more than 10% of his total journey in the actual jungles.

      Who said anything about jungles? Just being a little off the beaten track means poor-to-no internet connectivity. As the OP said himself: "Keep in mind that many places have very poor bandwidth and latency."

      But the very fact that his primary purpose for the trip is to specifically NOT stay in the comfort of his resplendently connected home means that it will, no matter where he travels, be somewhat difficult to get good connectivity with the same sort of ease. Even in large cities, when you want internet access, how long between the decision to seek it out and to be actually online (without a global wireless plan that includes 3G service)? 30 minutes of wandering around? An hour? Maybe the connection is a shared ISDN line that the gamer teens are maxing out. So maybe it takes another two hours to find some place where the connectivity is decent. Remember, the OP is going to places he's never been before, so doesn't automatically know where everything is.

      --

      Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    15. Re:are you sure you're asking the right question? by Lumpy · · Score: 2, Interesting

      you're going travelling, to experience new cultures, people and ideas

      put down the computer; the world won't end if you can't access slashdot and your email for a few months

      And how does he keep all his friends updated on his Facebook?

      I went on a cross country trip on a motorcycle. I posted on my blog at every stop along with a GPS coordinate. It made my family and friends happier and they knew that if I did not post the next morning to contact the authorities along my path.

      It's just a smart thing to do. When I do backwood backpacking I email friends every 2 hours... I use a http://www.gadgetvenue.com/spot-satellite-gps-emergency-beacon-07231020/

      SPOT personal location beacon. when I press OK it sends a nice email to family of my location and "I'm OK" works great and needs no cellphone coverage. I can press the help button when I break an ankle and know that someone knows I need help and my exact location.

      --
      Do not look at laser with remaining good eye.
    16. Re:are you sure you're asking the right question? by Sir+Holo · · Score: 1, Insightful

      Every single person I've talked to says "blog about it!. . ."

      Are they paying you?

    17. Re:are you sure you're asking the right question? by truesaer · · Score: 2, Informative

      In the past I've never brought a computer. And I don't plan to be attached to my laptop. It's a matter of being able to research destinations, book hostels, send email to family so they know I'm not dead, offload my photos from my digital camera to a larger storage device, etc. Plus, consider that if accessing my bank account on my own netbook over wireless is risky, accessing the same account in some guy's internet cafe is much more dangerous - who knows what keyloggers and spyware could be running on that.

      I've been to South America several times on short trips, so I know how to let go of home and just enjoy myself. In fact that's why I'm going for a year this time...I'm quitting my job, selling everything I own, and I'll have nothing on my mind but the present. For the first time since...middle school maybe? I'm 29 now so I'm not sure what it's even going to be like to have no plans for the future!

    18. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      says the nerd from starbucks in nyc trying to look cool by having to be online to check slashdot. how lame.

    19. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      You must be from the USA or Canada to be that afraid of the world.

      Maybe you should stop reading the news until you can get some perspective.

    20. Re:are you sure you're asking the right question? by AK+Marc · · Score: 1

      why on earth you feel a need to access your investment account from the depths of south america, i'm not sure.

      So he can afford the next trip, obviously.

    21. Re:are you sure you're asking the right question? by socsoc · · Score: 1

      Do your friends pay you for interesting information and photos that they may not be able to experience, but would like engage with you and discuss? How much does it cost to be your facepsace friend?

      A friend of mine was in Australia for awhile and if not for her private blog, she may have fallen out of contact with the casual friends and only talked to the few willing to shell out money for an international call. It's cynical of me to say so, but it would definitely keep you in contact with the weaker links of your social circles.

    22. Re:are you sure you're asking the right question? by indi0144 · · Score: 1

      You're right because "3G" it's the name of an ancient south American "devil" so Cellphone carriers don't support it by fears of natives attacking the cell towers with arrows and stone axes. Also we believe WiFi steals our souls so it's banned from panama all the way down, and even if it weren't banned, We had a lot of trouble with the aforementioned coconut turbocells, chimps and an unknown-to-science-creature that happens to hunt mammals emitting WiFi signals, it's a place forgotten by any God I told you. Also do not even try with satellite stuff, here we have built HUGE slingshots and we load them whit death cat skulls and trow them to satellites because we fear reflection from the sun and moon combined would posses our children and make them crave for iPhones which we have determined that make brown people act like white people so we have to put them down, they start to talk about appz and megapixelz and cloudz and a lot of weird words, in that case we call a catholic sorcerer a "man of the volcano" and the spirit of a long death native hero and they all discuss the way you're supposed to be punished: it's usually being lynched in the main street by hordes of underground dwarfs trained in the fine art of stoning, or, if you're kinda thin, we take you to a "coliseum" where we are delighted seeing your heretic technology being pw0nd by pumas on coca trance while you're being epically smacked down by snuf snuf. Beware.

      Now, what you _really_ have to do is:

      Local thieves don't give a fuck about your data, they will know how much a laptop cost so going fancy it's not advisable

      Plan before hand, know the city ahead so you can know the safer places, that are usually zones of the city were business and high income people are. There IS a lot of local websites about this DIY tourist guides, there are forums so you can request a "route", Spanish/Portuguese wikipedia can be handy too.

      Do you know the local language? Some bit of it can be handy, also don't assume nobody speaks English here. Some private universities have groups of bilingual guys (and girls) doing as guides for clueless visitors like you, also it's free (as in a beer).

      I would like to think that the sarcasm situation up there it's enough for making a point, but just in case, Third world is not a place that goes on by fucking steam, animal sacrifices and bronze. 3G it's somewhat common place and carriers are somewhat the same all over the continent (name changes from country to country but are the same cartel) so roaming actually works.

      The malware you will find here it's the same malware you find there, so you know your enemy.

      Obviously you need some sort of VPN but a common badguy will not care to break you p4azzwurdzz, If you're somehow someone carrying sensitive political information you can be 0wned, security agencies here are pretty good and political climate it's mild-hot.

      All in all yours is not a technological question, it's something you can figure out by your self planing beforehand. You never told us your main destinations and transport, you have planned that, right?

    23. Re:are you sure you're asking the right question? by Anonymous Coward · · Score: 0

      A friend of mine was on a bus in South America, when bandits came in. Demanded money, then shot a local in the head. Better use AES1024.

    24. Re:are you sure you're asking the right question? by pjt33 · · Score: 2, Informative

      Backing up your digital pics isn't that hard anyway. Any city will have loads of shops where you can get the contents of your SD card burned to CD while you wait. Get two copies and you can post one home (or to parents or a friend) as a precaution against physical loss.

    25. Re:are you sure you're asking the right question? by jittles · · Score: 1

      You're going to Venezuela? What part? I was living there during the military coup on 04/11/02. Want to bring me back a can of Nestle Chicha?

    26. Re:are you sure you're asking the right question? by Angostura · · Score: 1

      Probably not what you want to do - but when I've been in a similar position to you, I've travelled using an iPod Touch. It's lightweight, discreet and not prone to the more common malware. It's fine for online banking and brief e-mails.

      The only problem it doesn't solve is the photo storage one. I've never for it too difficult in the larger towns to find photoshops that will dump to DVD for you.

      Anyway have fun it sounds like a great trip.

    27. Re:are you sure you're asking the right question? by tehcyder · · Score: 1

      However, I can't imagine being totally unconnected to email for a whole year. Yes, I could do without Slashdot, but just checking the news back home and following up with friends and family would be mandatory.

      You can read newspapers for news and use the phone for occasional keeping up on important stuff like births/deaths.

      If you can't face the thought of a year without email, then don't go on a year long holiday to the middle of nowhere.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    28. Re:are you sure you're asking the right question? by hodet · · Score: 1
      "I'm quitting my job, selling everything I own, and I'll have nothing on my mind but the present."

      Good luck to you sir. Ultimately, all the shit that you own ends up owning you and you seem like a person who wants to experience a different way. Cheers.

    29. Re:are you sure you're asking the right question? by agnosticnixie · · Score: 1

      Actually, 3G in some of the south american countries is probably better than in the US, it's certainly better than in Canada :p

    30. Re:are you sure you're asking the right question? by Lumpy · · Score: 1

      Maybe you should get a brain.

      Let me guess, you are from western Europe where your idea of wilderness is the large park where you cant easily see the other side.

      Hiking in the national forests in the rockies. I'm 3 days from civilization and the only way you can get to me is a helicopter. Snap your foot there without the GPS locator and you are animal food.

      Here in the USA we have huge expanses of winderness with actual wild animals unlike fancy-pants western europe.

      --
      Do not look at laser with remaining good eye.
  9. openvpn service by Anonymous Coward · · Score: 4, Informative

    You might want to use a service like
    http://alwaysvpn.com
    or
    strongvpn

    1. Re:openvpn service by keeperofdakeys · · Score: 1

      these options seem like the best option and fulfil all the requirements
      the rate is quite decent too

    2. Re:openvpn service by Ifni · · Score: 1

      Another consideration is that many websites, for "security" reasons, refuse to allow access if you originate from an IP outside their country, making an in country VPN provider an exceptionally good option.

      --

      Oh, was that my outside voice?

    3. Re:openvpn service by Anonymous Coward · · Score: 0

      http://publicVPN.net is another one, pretty affordable PPTP or L2TP/IPSEC VPN connection ($6/month). I use it on my iPod Touch when checking email at hotspots.

  10. Tunnel the traffic by gertin · · Score: 4, Informative

    Set up a server at home or rent one where you can run OpenVPN and/or SSH and tunnel your traffic through it. OpenVPN supports LZO compression aswell, which might help a bit when you're low on bandwidth. I would also suggest that you encrypt the drive on your netbook with TrueCrypt or similar software in case you loose it.

    1. Re:Tunnel the traffic by Anonymous Coward · · Score: 0

      There is one side benefit about tunneling via SSH, and that is if someone attempts a MITM attack, you will know, because the host key will be different from the one you normally use (assuming you set up and test your connection before going abroad.) No need to worry about a key infrastructure as with SSL.

    2. Re:Tunnel the traffic by Anonymous Coward · · Score: 0

      Of course - if you *loose* your drive, you will have to spend many painful hours glueing all the bits back into the drive!

    3. Re:Tunnel the traffic by bkk_diesel · · Score: 1

      If you loose your drive you shouldn't be surprised if it falls out.

  11. Encrypt your netbook, park data in the cloud by iturbide · · Score: 2, Interesting

    Assume you will lose your netbook at some point: encrypt the entire thing using truecrypt or similar, and make sure you can access vital data from somewhere else: either use dropbox, or use google docs, or whatever.

    1. Re:Encrypt your netbook, park data in the cloud by grouchyDude · · Score: 1

      If you are really hard core, as a backup in case of theft you can mail yourself an encrypted USB key at a hotel/hostel/post office you are willing to put on your itinerary, but getting the timing right will be tricky unless you have somebody stateside to send it.

    2. Re:Encrypt your netbook, park data in the cloud by bintech · · Score: 0

      In a recent podcast from pauldotcom.com the security touched upon this subject a one of the more popular methods of now (amongst that group) seemed to be to use:

      - Truecrypt (http://www.truecrypt.org/) to encrypt your data.
      - Keepass (http://keepass.info/download.html) for password management
      - Dropbox (https://www.dropbox.com/) to keep your data passwords secured in the cloud.

      Truecrypt and keepass both support strong algorithms for management of data and dropbox allows you to keep your info synch'd no matter where you are.

      And you can stay flexible with your OS of choice. ;)

    3. Re:Encrypt your netbook, park data in the cloud by b0bby · · Score: 1

      Or use one of the online backup services, though the limited bandwidth might make that less useful. But mailing a backup of pictures etc on an sd card to your parents every once in a while might not be a bad idea.

  12. Phone banking? by Anonymous Coward · · Score: 1, Interesting

    My credit union still has a system for doing much of my banking over a phone line. I'd rather take my bets on the security through the phone lines than the interwebs.

    1. Re:Phone banking? by nacturation · · Score: 3, Insightful

      My credit union still has a system for doing much of my banking over a phone line. I'd rather take my bets on the security through the phone lines than the interwebs.

      Because touch tones are so much more difficult to intercept than 128 bit SSL secured connections??

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    2. Re:Phone banking? by Anonymous Coward · · Score: 0

      My credit union still has a system for doing much of my banking over a phone line. I'd rather take my bets on the security through the phone lines than the interwebs.

      Because touch tones are so much more difficult to intercept than 128 bit SSL secured connections??

      Are you kidding? You do realize that you can *talk* to the people at your bank/credit union, right? And at that point, most people in South America will be like "Qué te dijo?" because they'll have no idea what you're saying to your bank!

  13. Beware that TLS (SSL) has been hacked by wakim1618 · · Score: 1

    This was covered in a recent episode of the Security Now podcast http://www.grc.com/securitynow.htm. See episode 80 from Nov 19 "A security vulnerability in SSL". The transcript is also available http://www.grc.com/sn/sn-223.pdf.

    1. Re:Beware that TLS (SSL) has been hacked by Craig+Davison · · Score: 1

      That was pretty hard to follow, what with the unrelated chatter about ARP and the origin of CRLF in HTTP headers.

      Here's a better document: http://extendedsubset.com/Renegotiating_TLS.pdf with helpful diagram: http://extendedsubset.com/Renegotiating_TLS_pd.pdf

  14. buy a shell by CAIMLAS · · Score: 1

    Buy/rent a shell or a virtual host from a reputable reseller and use the account/host to set up an SSH tunnel (socks5) through which you should tunnel everything of importance, so the data is not as easily retrieved (ie 2-level encryption - browser and TCP).

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  15. Why? by Curmudgeonlyoldbloke · · Score: 1, Insightful

    Since my trip is so long I'll have no choice but to access my banking, credit card, and investment accounts on public networks.

    If you're stuck in the middle of Machu Picchu do you really want to be looking for a Wifi network so that you can poke around with your "investment accounts"?

    When you're at the lodge after a hard day's sightseeing, don't be the one at the back of the room with a laptop. Be at the bar talking to people.

    You've only had the option to stay connected in this way for the last few years or so - why not think back to how people used to manage 10 years or more ago? The answer then was to set stuff up before you set off and relied on that.

    1. Re:Why? by Anonymous Coward · · Score: 0, Informative
      Posting Anonymously to not break my mods... I just had to say something about these posts... f-ing recockulous. Yeah "don't be the one at the back of the room with a laptop. Be at the bar talking to people." Dude if you managed to even read the summary, the guy is going away for a year. One year. 365 days. I'm sure he's going to see more of the great outdoors then one would see in 5 years working 9-5...and not too mention that I am a very heavy partier who likes to get down with the get down but even I am not going to drink every night for a year straight. Who are you to tell him that he shouldn't have access to whateverthefuck he wants technology wise and he should drop off the grid? This is a valid question and concern when planning to travel. Don't dumb it down with hypocritical quazi-luddite responses.

      Maybe you should take your own advice and get back to us on 11/29/10. Let us know how your non-connected ass is doing. His question was a security model for traveling, but as I see it, you are probably a hell of a lot less secure right this second then he will be in eastbumfuck if he follows some of the good advice posted here. So do us all a favour, put the laptop down and go to a bar.

      ~cez

    2. Re:Why? by agnosticnixie · · Score: 1

      I did a two months road trip this summer, the laptop isn't a problem. Only people who don't know how to use one think it is: hint, it's not a glorified office desktop.

    3. Re:Why? by GrumpySteen · · Score: 1

      The OP said he was going to be backpacking for a year. He's only got three choices. Bring a computer, use internet cafes where other people can see him or give up porn for a year.

    4. Re:Why? by Anarchduke · · Score: 2, Informative

      He could always torrent 30 GB of porn onto a couple of flash drives, then he wouldn't need internet access.

      --
      who prays for Satan? Who in 18 centuries has had the humanity to pray for the 1 sinner that needed it most? ~Mark Twain
    5. Re:Why? by Anonymous Coward · · Score: 0

      There's an entire tourist town at the bottom of Macchu Picchu. It'd be nice to check travel websites/forums while you're there so you can hit up good things later. No sense in wasting time bar hopping in a tourist trap and then missing good things later.

            That's one of the uses of a netbook. Like someone else mentioned, there will be down time(travelling on a train or bus for two days, trapped indoors by the weather, etc.) where you can do something productive. Hell, we watched a movies with a bunch of friends on the laptop I brought to South America. It was a good time with people we'd met on the way.

            Anyway, this doesn't mean you stay glued to the netbook. I definitely see everyone's point in that. But bringing a netbook for a trip is a great idea since they're so small(about the size of a pair of jean's in a backpack) and useful. If you're totally lost in a foreign country the internet can be a huge help.

    6. Re:Why? by ArundelCastle · · Score: 1

      In many South American countries I would imagine that internet access will cost more than a friendly bordello.
      Kids these days. No sense of the world.

    7. Re:Why? by bandini · · Score: 1

      30 GB of porn

      Lightweight.

      --
      Give people tools that guarantee their right to work with independent efficiency. - Ivan Illich
  16. Nothing by tokul · · Score: 2, Interesting

    Other than an effective firewall, a patched system, and the use of SSL, what else should I do to protect my information?

    There is nothing you can do. Keep strangers away from your machine. If you use SSL, check certificates or maybe even remember signatures of most important certs.

    1. Re:Nothing by mlts · · Score: 1

      I'd add using a good VM program. Virtual machines are a solid and aggressive defense. Of course, there are attacks to jump out from the VM, but patching an attack surface of a hypervisor versus an entire OS is a lot easier.

      If you have the disk space, have a VM dedicated to banking and nothing else should provide enough security. (This is assuming you use a VM for browsing so the host OS doesn't get compromised, as if it gets rooted, the game is over.) Having separate VMs for differing projects can be done too. If the VM program (such as VMWare Workstation) support copy on write snapshots, the separate VMs won't take up that much space.

      Another advantage of having your sensitive stuff in a VM is that you can stash the VM's disk image files in a TrueCrypt volume. This way, if the laptop gets stolen while it is on, the thieves might get access to the OS, but assuming the owner unmounts the sensitive VM once they are done, the information at risk is limited.

      Of course, there are drawbacks to doing your work in VMs. It sometimes gets clunky to fire up a VM to do a task as opposed to just kicking off a Web browser in the host OS. There is also a performance penalty, which for some applications can be important. Of course, some VM programs are not able to do 3D graphics, so playing games in a VM won't be doable. Finally, there are OS licensing/activating issues that should be verified before heading abroad. However, if you max the RAM out (8GB is nice, 4GB should be the standard), you can allocate a decent chunk of RAM to a VM so the contents can run with a low performance penalty.

    2. Re:Nothing by nacturation · · Score: 1

      Other than an effective firewall, a patched system, and the use of SSL, what else should I do to protect my information?

      There is nothing you can do. Keep strangers away from your machine. If you use SSL, check certificates or maybe even remember signatures of most important certs.

      Nothing? Because locally stored information can't be encrypted? Because sites that don't use SSL (like Slashdot) can't be made secure by using an encrypted VPN?

      Yeah, just throw up your hands and surrender now... there's nothing you can do!

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  17. Really by copponex · · Score: 2, Informative

    He should buy some decent fraud/identity theft insurance and just use a reasonably secured distro. All the anguish spent on perfect security is for naught anyway - if someone wants to rob you down there, they're more likely to beat you over the head or hold you hostage than hack into your computer.

    Oblig. XKCD: 538

  18. Privacy has some monetary cost, just like travel! by gilgongo · · Score: 4, Insightful

    "I will not have a system at home to connect through."

    Then get one if you're concerned about your privacy. Really, are your bank details not worth ten or twelve bucks a month for a virtual server somewhere?

    --
    "And the meaning of words; when they cease to function; when will it start worrying you?"
  19. This "eithier/or" advice is pretty silly by IANAAC · · Score: 2, Informative
    Much like the rest of life, it's not simply a "do this, don't do that" thing.

    I see nothing wrong with traveling with a netbook - they weigh next to nothing - or even better, something like a Nokia N800/N810. There are plenty of down times where I can see wanting to check email, get in touch with family, whatever.

    Having a piece of technology with you while traveling certainly doesn't prevent you from experiencing different cultures and peoples.

  20. Buy VPN account by Bender+Unit+22 · · Score: 1

    I use one on my notebook and iPhone when using hotspots(specially the unencrypted ones). They are not that expensive. Then of course there is the question, do you trust your VPN provider. :D

  21. Not a lot by ledow · · Score: 4, Interesting

    There's not much you can do, this is why SSL saves millions of people's asses everyday - just be ultra-suspicious of any warnings that you don't normally get. This is why everyone has a "trusted" network piped into their house by their ISP, and why they get so uppity when that trust is abused (DNS redirection, deep packet inspection, traffic analysis, advertisement insertion etc).

    Have a software firewall at *ALL* times that distrusts everything... on Windows I use Zonealarm with everything set to "Internet" and all the high-security settings for that (only exception is an OpenVPN interface which can *obviously* only be my remote access into my trusted networks at home - I let OpenVPN - the program - connect to the Internet and I let the OpenVPN interface do whatever the hell it wants ["trusted"], and obviously have all the checks enabled for certificate-authentication to get onto my home network). On Linux, that's just bog-standard iptables doing its job the same as ever.

    I don't expect anything non-SSL to be secure by default. I treat it as if I was using Tor in that respect. Make sure you have Gmail or whatever set to "always use https". If you want anything better than that (i.e. email, IM, http, etc. traffic), or better assurance overall, you have to have a VPN to be safe.

    My OpenVPN automatically deletes other routes except for the essential ones and adds a default route through my VPN interface so when connected to home I *know* everything has to be using the VPN to communicate in that instance (hate the idea that if OpenVPN dies, there might be "another" route lurking which sends things out on another interface - I've seen it happen with some "automatic" configurations on Windows).

    I often game over an OpenVPN instance, even when playing locally, so don't take heed of the rubbish about it being too costly in latency terms - of course, if you are in a foreign country and relaying to another, it will lag, but the actual overhead is not much worse than just ordinary IP routing to your destination.

    Basically - SSL in some form or another, whether that's direct or over a VPN... otherwise you cannot trust things. Of course, millions of people trust ordinary wifi points all over the world, all day, every day. If you decide to follow their lead, that's up to you.

  22. Brian by Anonymous Coward · · Score: 0

    Use a service that provides VPN. One such service is strongVPN.com . No hardware to set up, and you won't be dependent on some box you set up and left running, hoping that it would remain reachable and functional for the year you are gone.

  23. Ten tips by mlts · · Score: 1

    A few things that come to mind:

    1: Bring an external drive, install media, and images of your machine with the OS, drivers, and apps installed, so if you get a spyware infection, you can boot an OS CD or a CD with a recovery program, save off your documents, and roll back to that.

    2: Use Mozy, Carbonite, or some cloud backup program to have your critical documents stored safely, even on a spotty network connection. Bonus points if you use a keyfile, and store the keyfile somewhere secure (perhaps as an attachment in a few email accounts). This way, an intruder would need to have the keyfile as well as your username/password to restore from those services.

    3: Department of redundancy department. Bring extra batteries, chargers, external hard disks, multiple copies of your OS on DVDS, an external DVD drive in case your primary one fails, and if budget permits, perhaps even a netbook just in case your main laptop fails. Weight in carrying this stuff around may be a consideration, but if you can leave some stuff at the hotel, it would be good to do, as a dead charger with no way to replace it will put a crimp on your Internet-readiness.

    4: Backup nightly to a local drive. I'd consider a copy of Acronis TrueImage or a similar product.

    5: Antivirus software doesn't catch everything. My recommendation? Do *all* your Web browsing in a virtual machine. This way, if you get your VM infected, you can save files you desire to keep, then roll back to a previous uninfected state. With Windows 7 Professional, Enterprise, and Ultimate, you can download XP Mode at no cost which can do this. Alternatives are VirtualBox and VMWare Workstation.

    6: Encrypt your data. If using Windows, TrueCrypt is licensed at no charge and can encrypt your system volume. If you have a more advanced laptop with a TPM, Windows 7 Enterprise/Ultimate and BitLocker. Most Linux distros support filesystem encryption as well. And in OS X, FileVault is only a few mouse clicks away.

    7: Have multiple user accounts. The account you use to show your laptop is OK at an airport is not the one you should use for your main stuff.

    8: Consider insurance that covers your equipment while abroad.

    9: Consider mailing your backup drives back to your place separately. This way, if by some chance your laptop gets stolen or seized, you still have backups of your stuff on those drives, as well as Mozy.

    10: Consider a VPN service like StrongVPN, Anonymizer, Relakks, SwissVPN, or another reliable host. This is not for downloading your warez via P2P, but making sure that your traffic stays private.

    Of these tips, I consider using virtual machines the most important. A VM infected can be easily cured by a snapshot rollback. It is a lot harder to clean up a host OS. Since you will be far from where you can find recovery media, having your host OS essentially be a hypervisor is a good bet.

  24. Any VPN provider will do by fluch · · Score: 3, Insightful

    I've tried SwissVPN (http://www.swissvpn.net/) and had good experiences (about 6$/month on a prepaid basis, no limits).

    1. Re:Any VPN provider will do by lindseyp · · Score: 2, Funny

      I heard it was full of holes! ;)

      --
      j'ai découvert une démonstration vraiment admirable (de ce théorème général) que cette si
  25. Cash and a machete by zogger · · Score: 1

    That's what I would carry..of course I am primeval hard core...

    How about boot from a usb stick when you need to do banking, and keep that thing really buried in your pocket, so even if the notebook gets stolen, your important stuff is still on you.

    How about banking from a cellphone instead, just using voice? Is that possible with your bank?

  26. don't bother by spongman · · Score: 0, Offtopic

    take your credit card, the phone number of someone who can wire you money in an emergency. set stop orders on your investment accounts. leave the rest at home.

  27. Some Advice by Jahava · · Score: 4, Informative
    Really, security is best done in layers. The tightest system will be burdensome to operate, so don't take every suggestion you see. Instead, evaluate some basic thoughts, such as:
    • Where will my sensitive data be stored?

      Ideally, you want this to be a remote machine, either cloud or at home, with your Notebook acting as a gateway.

    • What am I exposing to attackers?

      Be aware of potential vectors of attack (mostly wireless / network based, but don't forget physical access) and have a defense against them.

    • How am I protecting my data?

      Ideally, everything (and, more practically, everything sensitive) will pass through some pipe that uses the strongest available encryption.

    Here is a general set of guidelines that I use:

    1. Are you sure you can't have a computer at home? A cheap decade-old server with a constant internet connection? How about trusted family or friends?

      As others here have mentioned, having pre-exchanged SSH keys and doing all of your sensitive browsing / business over an SSH-tunneled Proxy to a machine back home will do wonders to help with any inherent wi-fi (or untrustworthy ISP) issues.

    2. Protect In Advance

      Get your system hardened before you start your journey. Make sure you're running the latest operating system versions with the latest security patches. Make sure you've configured your firewall and updated your antivirus software. Pick a secure software suite to use for your important actions. For any OS, shut down daemons and services that you're not going to need, as each is a potential point of attack.

    3. If you are worried about viruses on your machine, only let Virtual Machine snapshots connect to a network

      Buy a USB-based wireless device (they're only $20 or so). Disable the wireless device on your Notebook's OS. Before you leave, build a Virtual Machine running an OS of your choice (Linux works nicely). Install the OS from scratch, boot it, update it, and then open up a browser instance. Configure it so that the USB wireless device is forwarded directly to the VM, and install its drivers in the VM. Snapshot the Virtual Machine's state. When you're travelling, turn off your Notebook's wireless signal the entire time. If you want to use the Internet, plug in the USB wireless device, start your VM, and use the Internet through it. When you're done, shut down the VM and revert its state to the saved snapshot state that you made before you started your trip. This should help ensure that any viruses you are hit with only survive the duration of that single VM session.

    4. Encrypt your Hard Drive

      The options vary based on your OS. Any standard encryption scheme will do - complete drive encryption, partition encryption, filesystem-based encryption, etc. The real goal here is to make sure that neither your private files nor your runtime-generated files (Internet history, cookies, etc.) are accessible.

    5. Store your Keys Externally

      Buy some cheap USB stick to store your SSH and/or Hard Drive encryption keys separately, and carry it with you at all times. If you're truly paranoid, you can even encrypt its filesystem with a password-based key for extra protection.

    6. Don't Suspend / Hibernate your Machine

      Fully power down your Notebook when you're not using it. If you Suspend / Hibernate, not only will memory-resident viruses etc. still be running when you resume, but decrypted information is accessible in-memory, should it be seized in this state.

    7. Don't Do Anything Stupid / Illegal

      There are a lot of threats you can face in another country, but it's wisest to stay away from the government-level threats. Don't give them a reason to seize your laptop and you'll have mitigated many truly serious issues.

    1. Re:Some Advice by __aatdha9242 · · Score: 1

      If you are worried about viruses on your machine, only let Virtual Machine snapshots connect to a network

      Buy a USB-based wireless device (they're only $20 or so). Disable the wireless device on your Notebook's OS. Before you leave, build a Virtual Machine running an OS of your choice (Linux works nicely). Install the OS from scratch, boot it, update it, and then open up a browser instance. Configure it so that the USB wireless device is forwarded directly to the VM, and install its drivers in the VM. Snapshot the Virtual Machine's state. When you're travelling, turn off your Notebook's wireless signal the entire time. If you want to use the Internet, plug in the USB wireless device, start your VM, and use the Internet through it. When you're done, shut down the VM and revert its state to the saved snapshot state that you made before you started your trip. This should help ensure that any viruses you are hit with only survive the duration of that single VM session.

      This would be excellent advice, but unfortunately, he's using a netbook. This normally means an Intel Atom processor, which is sadly devoid of any hardware visualization support whatsoever, therefore stopping the otherwise excellent virtualbox from working. Some very good points otherwise though.

    2. Re:Some Advice by Jon+Abbott · · Score: 1

      Your post is one of the most clearly written, informative posts I have read in a long while.

    3. Re:Some Advice by wkk2 · · Score: 1

      Open a tunnel with a version of Putty that can work with pc/sc smart cards. Generate and keep your ssh private key on a card where it can't be extracted without physically messing with the card. This will keep your key from being taken. The draw back is you will need a keyboard with a smart card slot or a usb or pcmcia card reader. I think general security would be improved if we had a law prohibiting the import of keyboards without smart card readers. Banks and other would start using smart cards if they knew everybody had a reader. A reader slot would probably be a good idea for cellphones too. Today, I think the only phone with a reader is the Sectera Edge. I guess I can dream but there are too many people that don't want good security.

    4. Re:Some Advice by Anonymous Coward · · Score: 0

      I use PGP WDE for work and when I suspend my machine, the big grey screen still asks for my password when resume, like it does when I reboot or cold boot. When I put it to sleep, though, it can wake back up without a drive encryption password being entered.

      Also, what about booting to a 16GB or 32GB USB drive? Have no physical drive in the netbook (increased reliability) and keep the stick tucked away when it's not being used (physical security).

    5. Re:Some Advice by AK+Marc · · Score: 3, Insightful

      And it's so silly it's insane. For #3. If that's the issue, just get a bootable DVD and run your OS from there. Every boot is a clean install of the OS, unless the compromise your BIOS or something. It's like #3, but a whole lot less trouble. If you want, store stuff to the HD, and don't run files from it, and when you get back, toss it in as an extra disk in a system, scan the files, and you have your pictures or whatever you wanted. But they can't compromise an OS on a DVD.

      Or #1. SSL to a bank site is insecure, but SSH to your home system is more secure? By a difference enough to make it worth the trouble setting it up? Really?

      #5 What keys? He knows his passwords. He has sites like Bank of America where they authenticate themselves to him with pictures to make sure he's on the right site, so he's not getting fished. Maybe have a DNS server of his own manually coded, and could even run occasional traceroutes to make sure there isn't something doing a DNS redirect. But to have to carry keys with you to check a couple secure sites? Overkill.

      #6. You think a virus will infect your machine, and a reboot will clear it? Then we should be free of viruses everywhere on the planet if we just all reboot our computers at midnight tonight. And this is the guy you are claiming is informative? Reboots as a security measure? And if you are worried about resuming from suspend, put a stupid password on it. There isn't much commercially available that will beat that (in terms of gaining access to the contents of RAM, programs open and such, not in terms of compromising the machine). Sure, if the US government were after him and willing to spend millions, I'm sure they could read the RAM state of a computer without logging in after a resume.

      #7. Irrelevant to the issue of keeping his bank account secure. Sure, they'll get his computer, but if you have the governments start breaking into people's private bank accounts across international lines, they'll be opening a huge can of worms. That's a completely useless piece of advice in terms of protecting the account details he types into the computer for the bank sites and bills he was talking about. Unless you are worried Chile will break into his phonebill and pay it.

    6. Re:Some Advice by Jahava · · Score: 1
      I humbly beg to differ. While doing everything mentioned is insane, I did open my post with more general advice to pick a subset of protections. Obviously some of those I mention are more burdensome than others, but there is a measurable tradeoff. The various tidbits of advice I mentioned are intended to be larger up-front investments that, when used in the field, will hopefully start up and shutdown fast enough to be practical.

      Case in point the VM ... the set-up is expensive, but afterwards he can pop in a USB wireless device, double-click an icon, and know 100% that his computer will not be affected by both his browsing session and generic network-level attacks. If that's not important to him, he doesn't have to do it. If it is, it's (I believe) a pretty good solution to the problem.

      For #3. If that's the issue, just get a bootable DVD and run your OS from there. Every boot is a clean install of the OS, unless the compromise your BIOS or something. It's like #3, but a whole lot less trouble. If you want, store stuff to the HD, and don't run files from it, and when you get back, toss it in as an extra disk in a system, scan the files, and you have your pictures or whatever you wanted. But they can't compromise an OS on a DVD.

      Booting from a DVD takes a lot longer than starting a saved-state VM. A LiveCD is a great solution to the overall problem, but I opted for the VM advice instead because the time from power-on to internet browsing is, in my experience, faster by a factor of over 20.

      The LiveCD is a good suggestion, though, and should have been mentioned along with its pros and cons. I only wish you'd voiced it as an addendum instead of in the form of criticism.

      Or #1. SSL to a bank site is insecure, but SSH to your home system is more secure? By a difference enough to make it worth the trouble setting it up? Really?

      Uh ... yes, for a lot of good reasons. With a SSH/Proxy you can browse non-HTTPS sites securely over wireless. There are numerous WiFi attacks, and hotspots aren't guaranteed to even be encrypted, so it's reasonable to assume that the traffic you're sending can be snooped in on. Hotspots are, in fact, known targets of this type of thing. SSH Proxy tunneling using pre-shared strong keys will let your entire conversation be exposed, HTTP or HTTPS, without the slightest threat of security compromise (well, at least on the WiFi side of things).

      Furthermore, SSL uses negotiable security protocols and has numerous trust factors (the certificate, DNS, etc.). There's no guarantee that it will choose the strongest available encryption. Even then, there's no guarantee that some man-in-the-middle attack isn't happening that could disrupt or unhinge the SSL key exchange itself. There have been Slashdot articles about such things. On the other hand, using a pre-generated SSH key and choosing the strongest encryption scheme available lets you not only set the security bar, but also pre-establish your trust, narrowing the trust factors to exactly one (directly under your control) and providing you minimally the same protection you enjoyed at home.

      Finally, even if the SSL is assumed to be secure and proper, the handshake itself sends information in plaintext (the site you're connecting to, for instance) which would let malicious people know, for example, that "I am doing banking right now" when their sniffer picks up an SSL connection initiated to "bankofamerica.com". That's never a good thing, and so easy to avoid!

      #5 What keys? He knows his passwords. He has sites like Bank of America where they authenticate themselves to him with pictures to make sure he's on the right site, so he's not getting fished. Maybe have a DNS server of his own manually coded, and could even run occasional traceroutes to make sure there isn't something doing a DNS redirect. But to have to carry keys with you to check a couple secure sites? Overkill.

    7. Re:Some Advice by Jahava · · Score: 1

      This would be excellent advice, but unfortunately, he's using a netbook. This normally means an Intel Atom processor, which is sadly devoid of any hardware visualization support whatsoever, therefore stopping the otherwise excellent virtualbox from working. Some very good points otherwise though.

      Hah, good point! I, unfortunately, misread the OP as "Notebook". The VM stuff is out the window, then. Although, looking at Wikipedia, it looks like models such as Atom Z520, Z530, Z540, Z550 will have VT-x extensions.

      Regardless, thanks for pointing that out!

    8. Re:Some Advice by Anonymous Coward · · Score: 0

      Thanks, NSA! I won't worry about a thing.

    9. Re:Some Advice by AK+Marc · · Score: 1

      My point is simple. Everyone in this thread is batshit insane. If, as he says, he is only using it for the bare minimum financial dealings (and assume all those are over SSL), then he needn't do a single thing on your list and it would be very very difficult for someone to compromise his data without compromising his machine. Step 1, run a traceroute to all the sites you will be using. Step to, code in your DNS server manually. Step 3, run a traceroute to each of those sites before using them. There. No man in the middle attack out there currently will work against that. They could, easily in fact. But you only need basic security enough to make someone else a better target, not to make yourself secure.

      Everything I've seen here is what you'd want to do if you were violating your last rule. It would have some security if the government was out to get you, but completely unnecessary for protection of a couple bill, bank, and investment sites. I guess i wasn't issued the standard tinfoil hat, and having traveled to a few third world countries with and without laptops, I find the posts silly, absurd, pointless, and all forms of mental masturbation. It's like Homer building his car for his brother in the Simpsons. It all sounds good enough, but put it together and it's a piece of crap. Just patch your system and ignore all the advice on here, and you'll be safe 99.99% of the time. If you really have to log into your investment account with $1,000,000,000 in it and a single click would empty it into a stranger's account (with my investment accounts, the worst they could do is to invest my money poorly or to have all my investments cashed out and a check held for me at the local office or mailed to my address of record, which can't be changed online), then start to look at the assumptions that every time you log on, everyone else around you is trying to compromise your system and that the people running the APs are all trying as many man-in-the-middle attacks as they can against all their customers.

  28. Uhh... travel in remote areas? by Anonymous Coward · · Score: 0

    So ditch the netbook, PDA, cellphone, etc.
    There is thing called an airmail letter.. on thin blue paper. gets there eventually (typically within a week).

    Or, if you are SO addicted to the crackberry.. Buy a 2 1/2ton truck outfitted with a satellite earth station and diesel generator (diesel is easier to come by in remote areas), rent some single channel per carrier (SCPC) time on a geo transponder and maintain your connectivity in the style to which you are accustomed.

    Part of the adventure of travel (as opposed to business travel) is being disconnected or randomly connected.

  29. Sell your portfolio... by HockeyPuck · · Score: 2, Funny

    If you have a portfolio in which your risk/exposure is such that you could lose half during your trip, you shouldn't be taking a trip away from your portfolio.

    Two choices.

    1) Sell your entire portfolio. Cash doesn't go up or down.
    2) Invest the entire portfolio in some equity that doesn't move (like CDs).

    Just leave your laptop at home. Enjoy your trip to the jungle and avoid having to bring your laptop around with you, through the rain, and having it potentially stolen while you sit at some cafe drinking your rainforest destroying frappacino'.

  30. Evil is behind every corner by MasterPatricko · · Score: 5, Funny

    If someone is truly smart enough to crack your system and steal your bank account info - when you are a fairly intelligent tech-savvy guy who uses SSL and won't just click the first open wifi network that pops up like 90% of the population would - what the heck are they doing in the jungles of South America where maybe 5 students with negative bank balances pass through every year? "The same issues and risks that business travelers in hotels and airports face, as well as those encountered by millions of other backpackers, gap-year travelers, and students". Do you honestly think 99% of them have a clue? And yet 99% of them make it home perfectly fine. As someone with an above-average IT security knowledge, you will be fine. Seriously, while I don't advocate writing your bank details in 10-foot high letters of fire on Macchu Picchu, the chances of anything happening are infinitesmal. By the way, South America is awesome to backpack through. And not being tethered to the Interwebs is a good thing.

    --
    I'd tell a UDP joke, but you may not get it. I'd tell a TCP joke, but I'd have to keep repeating it until you got it.
    1. Re:Evil is behind every corner by Anonymous Coward · · Score: 1, Informative

      I've been living in South America (Argentina) for about 4 years and I can tell you that every time that I run my netbook in some cafe or McDonalds I can see plenty of rogue APs running Karma + metasploit doing nasty things (probably SSLStrip+ettercap too).

      Just using SSL won't save you, even here.

    2. Re:Evil is behind every corner by Aceticon · · Score: 1

      while I don't advocate writing your bank details in 10-foot high letters of fire on Macchu Picchu

      If he managed to write his bank details in 10-foot high letters of fire in Machu Picchu he would either be treated as god by the local Inca-descendants, throw to jail by the Peruvian authorities (for desecrating a World Heritage Site) or both. Having his bank account stolen would be the least of his problems.

  31. Keep it simple by teadrop · · Score: 5, Informative

    I just returned from my backpacking trip. So here are my tips... If you are using your own laptop, an effective firewall, a patched system, and the use of SSL is all you need. Since you are posting on Slashdot, I assume you are capable of keeping your own laptop clean and secured. In reality the risk of someone stealing your laptop is much higher than the risk of anyone breaking into your laptop, so... 1) Some sort of chains/locks on your backpack is much more important than a VPN. 2) Do not store any password, sensitive documents on your laptop. In case it will be stolen later.. 3) Keep backup of important documents (e.g. scan copy of your travel insurance) in a gmail account... 4) Do not keep all your vacation photos in one laptop, copy it to CD/DVD/cheap USB devices and send it home every few months. 5) Bring a USB drive and backup everything on your harddrive (including your vacation photos), store the USB drive in a different location (e.g. inside your main backpack) If you are really desperate and have to access your bank in an internet cafe, here's what you can do... 1) To make it harder for key loggers to steal your password, scramble your url/password using your mouse. e.g. if your password is ILovePizza, you can type IHatePizza, highlight the word "Hate" with your mouse, click delete and type "Love" instead. It's not 100% secured, but it's better than nothing. 2) As soon as you reach a safe location, change your password.

    1. Re:Keep it simple by Diss101 · · Score: 2, Insightful

      I just returned from my backpacking trip. So here are my tips... If you are using your own laptop, an effective firewall, a patched system, and the use of SSL is all you need. Since you are posting on Slashdot, I assume you are capable of keeping your own laptop clean and secured.

      It can be rather difficult keeping your system up to date with only sporadic and slow internet available though.

    2. Re:Keep it simple by Anonymous Coward · · Score: 0

      Simple is best. When I travel, I use a livecd exclusively. I then have a clean laptop where only the data I can afford to lose (or have stolen) goes to the hard-drive, thus I am only out the hardware cost when stolen. Everything else of value stays at home. Any data of value downloaded goes to a USB drive that stays on my person at all times. The other suggestions of using a strong vpn to a trusted host for banking etc. will help keep the data in motion safer. I am starting to use special (temporary) travel email accounts that help reduce accidental exposure of sensitive information.

    3. Re:Keep it simple by Anonymous Coward · · Score: 0

      this is the first post i've read that says that ssl is sufficient. i tend to agree and can't wrap my non-ITGuy brain around why everyone is recommending a vpn. Can someone please explain? Should I not be trusting my browser's ssl certificate checks?

    4. Re:Keep it simple by kenblakely · · Score: 1

      I *am* an IT guy and I agree. Staying secure while travelling is really pretty simple: 1. Carry your own machine - an Apple if possible, if not, some flavor of Linux. If you're too cheap for an Apple and not savvy enuf for Linux, Windows is OK. If you use anyone else's hardware, assume it is keylogged and behave accordingly. Have a backup device like an iPod Touch. 2. Always enable SSL. When doing anything even remotely risky, ensure SSL is enabled and is being used 3. Ensure your OS / browser / firewall / virus scanner is updated. Virus-scan daily. 4. Ensure you are using a software firewall / virus scanner, and that they are enabled 5. Do not use Internet Explorer 6. Use TrueCrypt to create an encrypted volume in an unobtrusive place, named unobtrusively. Use this volume to store things you need to store that you don't wanna put on Google Docs. Why not use whole drive encryption? Because having your laptop siezed and imaged at borders is not unknown. If the investigators see that your drive is encrypted, they will attempt to force you to divulge the passphrase. In many cases, local laws make it illegal for you to refuse. A TrueCrypt volume of 50MB or so named HiDefPortraitSlideshow.ppt will prolly go unnoticed. That's pretty much it. No VPN, no VLC, no virtual machine, no thumb-drive based Linux install, no LiveCD, blahblahblah. Doing just that stuff makes you a difficult target, and there are lots of easier targets out there....

    5. Re:Keep it simple by Anarchduke · · Score: 1

      As I see it, one of the advantages of a VPN is the ability to pass through government enforced firewalls, such as "the Great Firewall of China". It also allows you to bypass that same firewall to get non censored information. Not sure if this applies the questioners particular circumstances, but if you are going to be in a country that monitors or censors internet traffic, a vpn will help you avoid difficulties with local authorities.

      --
      who prays for Satan? Who in 18 centuries has had the humanity to pray for the 1 sinner that needed it most? ~Mark Twain
    6. Re:Keep it simple by Anonymous Coward · · Score: 0

      As someone who has spent a few months backpacking, both with and without a laptop, I'd agree with what the parent poster said. Physical theft is likely to be the biggest problem. If you can avoid taking a laptop and us

      SSL/HTTPS will keep your data secure, as long as you're careful to use it. To be doubly secure, follow the other posters advice and get a VPN of some sort. It's cheap.

      As for physical security, most hostels have free internet, but shared rooms. Unless you lock everything up in a locker, there's a chance that your stuff will be stolen. It is tough locking your laptop up while also leaving it plugged in to charge, so get a cable lock for it and use it. Buy a large USB key (4gb+) and use that as a backup for your images or other things you don't want to lose, and keep it in your money pouch around your waste at all times, even while you're sleeping. One where the plug pulls into the case is likely to survive damage better. Make sure you backup your images every couple days, keeping a copy on your USB key and on your laptop. When your USB key is full, mail it home and start on a new one.

    7. Re:keep it simple by madfilipino · · Score: 1

      What you're asking him to do could land him in a South American possibly never to be seen again. If the cops don't haul him away, they'll ask him for a "gift for the family". Either way, doing this isn't a good thing. Ever.

  32. Anonymous Coward by Anonymous Coward · · Score: 0

    Use cash, it's South America.

  33. Slashdotters never leave home by Anonymous Coward · · Score: 0

    "Since my trip is so long I'll have no choice but to access my banking, credit card, and investment accounts on public networks."

    All the comments about not needing a computer to access financial information are ignorant. You can't use a credit card without paying the balance. At least at my bank, they don't offer automatic ways of transferring from savings to credit accounts. If they did, they would not be able to collect as many fees for overdraft protection. (Banks in the USA collected $38 billion last year in these kind of charges, not exactly chump change.)

    Given the current unstable nature of the world economic system, is it a sane move to ignore your investments for a year? Only if you have you money in a piggy bank and live in your parents basement.

    Like I said, lots of Slashdot readers never do any real travel, so they have no concept of actual adult responsibilities.

    1. Re:Slashdotters never leave home by Curmudgeonlyoldbloke · · Score: 1

      At least at my bank, they don't offer automatic ways of transferring from savings to credit accounts.

      Perhaps you're with the wrong bank?

      Joking aside, the cost of foreign currency transactions might be a significant factor, so picking a bank that is (a) associated with a payment network that covers where you're going and (b) isn't going to charge you a huge amount on every non-home-currency credit card transaction could save you a fair amount of cash.

    2. Re:Slashdotters never leave home by BluBrick · · Score: 2, Interesting

      Given the current unstable nature of the world economic system, is it a sane move to ignore your investments for a year?

      No, it isn't. But also taking into account the sporadic nature of connectivity while backpacking, it probably is a good idea to exit any stock holdings and leave your investment capital as cash in the bank for a year. Sure, it's a lower interest rate, but you can rest easy in the knowledge that your capital won't decrease.

      --
      Ahh - My eye!
      The doctor said I'm not supposed to get Slashdot in it!
  34. How important are you, really? by mblase · · Score: 1

    Unless you're being targetted specifically, basic security procedures are probably enough. Change your financial passwords regularly, maintain a secure wireless connection, and don't let your computer be handled by anybody else. Casual intercepts are going to meet the needs of most internet hackers, and if your data and passwords are going to take any amount of effort, they'll move on to someone else.

    That said, I think that in much of South America you're more likely to have your hardware stolen or confiscated by corrupt officials because of its cash value than for the value of the passwords they might hold. Make sure you can access anything you NEED to access using public terminals if your netbook is useless. Make sure you know how to access them by phone, too.

    However, if there's someone in your family you can trust to keep half an eye on that financial information back home, I would do so. Redirect all postal communication to them and tell them to open anything from this or that bank just in case there's an alert. Your bank can probably authorize said family member to make certain changes on your behalf, if you tell that bank ahead of time to do so.

  35. Get a cheap shell account to use as a SSH tunnel. by Anonymous Coward · · Score: 0

    Spend $10 a month and get yourself a shell account that you can proxy traffic SSH through. Any reputable SSH client can do SOCKS5 or port forwarding through that shell account. I've used this method of accessing private bank accounts in some pretty crappy 3rd world countries such as Mexico, Philippines, etc.

  36. Clean install WITHOUT encryption by Anonymous Coward · · Score: 2, Informative

    Whenever I travel, I wipe my harddrive and put a clean install of Windows. This protects both against border protection and thieves. It's not that I have something highly confidential or illegal on there, I just don't want my data stolen by anyone. While encryption will protect you against thieves, you're likely to be in more trouble if border protection finds it and you're never going to be able to prove you have no hidden encrypted partitions on there. To make sure no sensitive usage data is left on the device, run everything in a sandbox and wipe the sandbox contents afterwards.

    Whenever I use a network, I use a trusted VPN service.

  37. It's not the network, it's the keystrokes! by grouchyDude · · Score: 1

    I think SLL encryption as used by most serious places will be sufficient. The Royal Bank of Canada had a bad certificate for their main investment site for a while, but barring such foolishness the SSL and attention to warnings will probably be fine in terms of the actual network traffic. I think the biggest risk, however, is that there could be a key logger at a public site and these are easy to find and install, and a pain to circumvent unless you have control of some key parts of the process.

  38. Advice by Anonymous Coward · · Score: 0

    1) DON'T, DON'T, DON'T use Windows! These access points, anyone else connected to them is basically on the LAN with you, anything they have your Windows box could catch. Let alone anything else you'd get via the browser etc. Do you really want the hassle of getting viruses and spyware while you're on vacation? A lot of people will worry about hardening the connection between them and the bank then run this swiss cheese of an OS. I think key loggers and data-stealing trojans are FAR more of a problem than someone sniffing your connection. I recommend Ubuntu but I guess you could use a Mac too.

              2) SSL, obviously. Quite a few sites that are http by default do support https. Pay attention to any odd warnings -- man-in-the-middle attacks are IMHO unlikely, but they will make firefox throw warnings.

              3) I do like the recommendation of tunneling via VPN. But, *shrug*, if it's not possible then don't.

              4) Perhaps costly, but does one of the international data plans cover you? VZW for instance has a crackberry data plan that has unlimited roaming in a bunch of countries. Then you would not even have to look for wifi, and GSM or UMTS (or CDMA and EVDO) sniffing is much more likely than someone sniffing an unencrypted wifi link.

  39. ASSumptions ... by Anonymous Coward · · Score: 0

    You people telling him to set up a VPN at "home" are idiots, because you seem to ASSume that he'll have a home while he's gone.

    Obviously you can't read .

    1. Re:ASSumptions ... by Anonymous Coward · · Score: 0

      earlier AC here...

      "home" in the previous comment implied "home country". Are you saying that he doesn't have any friends in that home country? Sure, it's an "ass"umption, but not too far-fetched a one, surely?

  40. Physical security is a bigger problem. by beegle · · Score: 1

    First, don't forget physical security. Assume that someone WILL attempt to steal your netbook. Keep it in sight or locked up. Encrypt as much as you can (whole hard drive if at all possible). Make backups, even if that's just "webmail and flickr/picasa", to keep data loss to a minimum.

    That said, I'd keep it simple. Get everything for your online banking set up before you go. Take a look at the certificates. Don't worry too much, but just know whether your bank's certificate has the name of your bank or the name of some parent company. Really, you want to know if something changes later.

    Seriously consider two browsers: one for "safe" targeted work (checking bank balance, for example) and one for "browsing". Personally, I'd use Firefox for the safe stuff and Opera for everything else. The Opera Turbo http://www.opera.com/browser/turbo/ feature is really nice for slow or flaky connections.

    --
    --
  41. For homebanking, etc.. by nunoloureiro · · Score: 2, Informative

    For homebanking and similar sites, in order to prevent man-in-the-middle attacks, make sure you bookmark the HTTPS URL, so the first hit on the bank's httpd is HTTPS and not HTTP. Also, add the address of your homebanking to /etc/hosts, so you don't really rely on DNS for that.

    1. Re:For homebanking, etc.. by socsoc · · Score: 1

      Until they change providers. Instead I'd change my DNS to something that I trust rather than the DHCP provided DNS.

    2. Re:For homebanking, etc.. by muckracer · · Score: 1

      > make sure you bookmark the HTTPS URL, so the first hit on the bank's httpd
      > is HTTPS and not HTTP

      I'd love to see a FF plugin, that checks for the availability of an HTTPS
      version before bookmarking a site (and suggests accordingly). Always hate
      having to try manually, though it's quite eye-opening to see, just how few
      sites actually use it and even less, who implement SSL correctly.

  42. Rely primarily on Wi-Fi hotspots? by Anonymous Coward · · Score: 0

    You actually think there's wi-fi hotspots everywhere on the planet? /lol

  43. What exactly are you doing? by Anonymous Coward · · Score: 0

    ...to warrant the opinion that you think your life is simultaneously important enough that you require internet whenever/wherever you want it, and that you want to be as far away from everyone for an entire year as possible?

    You can have one or the other, not both.

    This goal that you have is quite farfetched! Do you think you will actually have a cheap netbook and "rough it" for 52 weeks and not have it stolen, break or sold for room and board? You have no business doing whatever the hell you are planning to do in South America.

    I'm guessing you're American, white and come from an upper-middle class upbringing. You must obviously know Spanish and/or Portugese, which will come in handy after you get kidnapped and brought into the jungles of Columbia for ransom.

    If you really must blog or check your day-trader stock options, go get a satphone and some sort of data package.

  44. Live Linux CD/DVD by frovingslosh · · Score: 1

    For many uses, consider using a Live CD or DVD such as the recent Knoppix 6.2 release. It will let you have web access, and greatly reduce any chance that you might pick up an infection on an untrusted network. Of course, you should still use more secure https connections when accessing an e-mail or banking site.

    I would also remove anything that you don't feel that you need or will use on the trip from the laptop, and put any information that you really need to keep private on a small flash drive that you can connect only when you desire to, so as not to expose it during all connections.

    If you are really feeling paranoid, you could also carry a Live CD or DVD that gives you an Onion router connection.

    --
    I'm an American. I love this country and the freedoms that we used to have.
    1. Re:Live Linux CD/DVD by Anonymous Coward · · Score: 0

      Actually, if you are really paranoid, I'd consider bringing along a smart card (perhaps two for backup), perhaps something like an Aladdin NG-Flash that functions both as a USB flash drive and a cryptographic token. Then, set a passphrase and generate/store the same TC keyfile on both smart cards.

      This way, if the laptop is stolen, as long as you have the smart card, you can be sure that the data will be secure (unless someone finds a way to break today's 256 bit encryption algorithms -- relatively small chance.) Even if someone gets your smart card, all smart cards I know will zap themselves after a certain number of wrong password attempts. This also limits brute forcing.

  45. assume compromise & set up separate accounts by ffflala · · Score: 1

    Start with the assumption that any account you access while traveling will be compromised at some point -- anything that requiring a username/password or any other form of online authorization. Structure your accounts to minimize the loss suffered from any compromise.

    Set up a separate email & IM accounts. Get a credit card designed for travel. I'm not going to suggest brands, however certain cards have security policies that lend themselves well to the risks of travel and compromise.

    For your online banking and investments, set up separate travel accounts. For banking, have a periodic automatic deposit from another non-travel account in an amount sufficient to cover your expenses for the period between transfers. If your account is compromised you will lose only the funds from that period. Structure your investment accounts similarly.

    Do not access your non-travel accounts while traveling. To manage your non-travel accounts while you're away, set up limited access so that a trusted family member or accountant can make transactions on your behalf & at your request if necessary. Develop some sort code/confirmation to include in any such communication to allow for the possibility that even this might be compromised -- for example a message isn't legit if you don't complain about/praise the food or the weather, or if you don't link to/attach a picture of you wearing something unique/making a certain gesture/face.

  46. And the assumptions continue! by Tsar · · Score: 3, Insightful

    When you're backpacking through South America, "at home" can mean anywhere in your country of origin or current residence. That covers anything from a $100/month blade server at a hosting company to a $30 dd-wrt router in a friend's basement. Either way, please keep the ad hominem attacks out of it, okay? We're all just trying to help here.

  47. wrong question by bcrowell · · Score: 4, Informative

    I've spent a month in Ecuador, and in my experience, the OP is focusing on the wrong problem. Backpacking in South America means being around a lot of people who make less money in a year than you make in a week. On this trip, I had a pair of prescription sunglasses and a pair of nice gore-tex hiking boots, and they constantly made me the focus of attention from people who wanted to know how much they cost, etc. One time coming down a trail in the Andes, I passed a kid who looked like he was about 12, chopping bananas with a machete. He said, "Dime los lentos," meaning "Give me the glasses." I just increased my hiking speed, and it turned out that he didn't hack me to death. So carrying a netbook in this social environment does bring up a whole bunch of issues about being victimized, but they aren't issues with having your PayPal password stolen, they're issues with getting mugged by someone who wants your computer, which is worth more than they make make in several months. My advice is not to bring the netbook. If you're worried about keyloggers in internet cafes, bring a bootable CD.

    1. Re:wrong question by spammeister · · Score: 1

      I suggest watching "Proof of Life" before wandering around South America looking like a rich American for whatever reason you may have.

      --
      I tried to think of a good sig, and this wasn't it.
    2. Re:wrong question by dalmiroy2k · · Score: 2, Informative

      "Dame los lentes"

    3. Re:wrong question by Anonymous Coward · · Score: 0

      Yeah, because that's _exactly_ how it works in real life. /facepalm

    4. Re:wrong question by Anonymous Coward · · Score: 0

      Guns. Lots and lots of guns.

    5. Re:wrong question by Anonymous Coward · · Score: 0

      +1

      Seriously. The OP is focusing on the wrong security issues. More likely than not your netbook is gonna get stolen, not hacked. Concentrate on encrypting the whole OS and storing personal data in the cloud.

    6. Re:wrong question by xtracto · · Score: 1

      Haha... I can imagine your situation and am sorry for you.

      On a related note, I think the original poster will get very disappointed when he realizes that the amount of WiFi points in South America are not as many as in the USA.

      Of course it depends on which parts of S.A. he is going but, in general people in here still use internet cafes.

      On the bootable CD, it is not always possible. A lot of cafes (at least in Mexico) have the CPUs locked down, in a wooden box sometimes. This to avoid any type of vandalism.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    7. Re:wrong question by karlssberg · · Score: 1

      You are so right. I'm a Brit living in Sao Paulo Brazil, and my I can tell you that South America can be a very dangerous place. Being western tourist with a laptop and NOT being robbed/kidnapped after flashing it around at every wifi hotspot means that you've been a lucky SOB. Only last week a coffee shop near here was held up at gunpoint and all the customers robbed of all their laptops.

    8. Re:wrong question by DCheesi · · Score: 1

      Yep. From what I've heard, ISP field technicians in some parts of South America are afraid to carry anything that even resembles a laptop/PC, because it's likely to trigger a robbery or vehicle break-in. And these are locals on the job, not foreign tourists with no ties to the community.

    9. Re:wrong question by Anonymous Coward · · Score: 0

      Either that or the kid was saying "Tell me the slow ones."

  48. Sleep with your netbook! by ElectricHaggis · · Score: 1

    Honestly, this isn't some weird geek porn fetish. If you're travelling in Hostels or even Hotels, sleep with your passport, cards & your netbook. I've heard of people waking up to strangers in their room feeling under the pillow they're sleeping on, so it's best of tucked in with you. An added advantage if travelling alone and you get lonely, you could call it Mary and ...

  49. Opera mini and the gmail applet are useful as well by kroyd · · Score: 1

    This is in addition to the earlier posts:

    Make sure your phone is GSM and unlocked, and you can pick up a cheap "pay as you go" sim card in most countries. GPRS is slow, but with the Opera Mini browser (http://mobile.opera.com/next) and the Gmail applet (http://mail.google.com/mobile) it is quite cheap to stay connected, and often much more convenient than trying to find a wifi hotspot.

    Post your new number on facebook or similar if people need to keep in touch with you..

    If you don't speak the local language a local pone number is quite useful - imagine it is late and you're lost you can call the place you're planning to stay, and have them explain how to get there to the taxi driver. (That call would probably cost more than the stay if you used your US SIM card ;)

  50. hotspotshield by samsonites101 · · Score: 1

    I always use hotspot shield if I'm not using my server at home as a gateway. Just search it on google, it's free unlike other VPN software. The only thing I don't like about it is it doesn't run on linux. So, the only free solution for linux is using your own server, but otherwise, just use hotspot shield

    1. Re:hotspotshield by circuitworx · · Score: 1

      you can use hotspot shield on linux. just dont use their client.

  51. Select a Bank with decent Security by markus_baertschi · · Score: 1

    Make sure that your bank uses strong authentication (bejond userid/password) when you access your account. Any strong authentication mechanism (securid token , one-time token, etc.). All Swiss banks provide/require such a method.

    I don't know about todays but only some years ago most US banks used vanilla useid/password combinations. With those one can eavesdrop on the line (or just watching you at the internet cafe). That's not safe. If that still is the case with your bank I'd change.

    Most other things are either complicated and not practical or don't help safety much in real life.

    Markus

  52. If you are in the UK by Anonymous Coward · · Score: 0

    i use cahoot.com to do my banking, where i think it could come in handy is that when logging in to your account as well as username and secret answer type question, instead of typing your password, you manually select 2 specified letters from your password from a drop down list. Assuming you are going to be moving around a lot, and if you use a long password, the chances that anyone snooping would be able to pick up the required bit of your password is unlikely.

  53. Xerobank is a quick solution (but expensive) by Anonymous Coward · · Score: 0

    If you can't set up your own VPN Xerobank operate one of the most secure VPN's in the world through openVPN and they give you everything you need to just install and connect to it (on Windows and Linux too I believe), the downside is you're going to have to pay (about $25 a month as I recall) to use it, go to Xerobank.com if you want to know more.

  54. Re:Don't waste your time by icebraining · · Score: 1

    In my country a couple spent two years traveling, and they could do it exactly because they had internet: they were reporters of a newspaper which would publish their articles about the trip.
    If you think the internet is just a place to rant incoherently you're an ignorant.

    equally superior alternative options which provides better security.

    [citation needed]

    Oh, and Windows 2008 Enterprise costs $4000 (at least), and that's work-time you're spending.

  55. KeePassX by horza · · Score: 1

    In addition to the above suggestions of a VPN and Truecrypt/Luks, keeping your passwords on a USB key using KeepPass/KeePassX is also a good idea.

    Phillip.

  56. Something to check on by MSesow · · Score: 2, Insightful

    You should check to make sure that any encryption software you use or bring is legal in the areas you will be traveling in. I know that the legal standards are different between, for example, the US and France (or it was last time I read about it). I have no idea about specifics of different countries, but it is something that you should know before you set out. And not just the laws, but also look into what to expect when you go through checkpoints - I have no idea if I am actually required to reveal an encrypted volume on my laptop when going through customs coming into the US. And what do I do if the person checking says that they require all of my passwords? (My only thought here would be to make a set of temporary passwords while going through, and then to change them all back after) Sorry I do not have any helpful links. I figure that the time I could spend looking would be a good bit more than the time spent by the person who knows what country to actually look at. Hope it helps.

  57. Get one of these... by Lumpy · · Score: 2, Interesting

    http://www.gadgetvenue.com/spot-satellite-gps-emergency-beacon-07231020/

    Screw internet security.. I prefer to have a way to let someone know my ass is in a bind and I need help RIGHT NOW!..

    I use mine to keep family happy on cross country motorcycle rides or when I go backwoods backpacking. I press the "I'm ok" button at every break.

    --
    Do not look at laser with remaining good eye.
  58. Dreamhost + SSH by horatio · · Score: 2, Informative

    You said you don't have anything at home to tunnel through. Assuming that VPN really isn't a viable option, you can use ssh with a hosting provider like dreamhost (or a buddy's state-side server) to run a SOCKS proxy. The downside is that whatever app you're running (afaik) needs to understand how to use a SOCKS proxy, which Firefox/Safari/IE all do, as well as several of the more well-known IM apps like GAIM.

    from your local system: $ ssh -D1080 yourserver.dreamhost.com (or use PuTTY if you're on windows, and set up a dynamic port forward)

    If you're in OS X, use your system>network settings to set up a global SOCKS proxy, which Safari will automagically use. If you're in Windows, use Firefox's proxy settings (Tools > Options > Advanced > Network > Settings > Manual Proxy Config)

    your SOCKS host is localhost, and the port is 1080 (or whatever you pick when you're creating the tunnel).

    There are a couple of tricks to this. One is that you can't connect to anything as long as your settings specify to use a SOCKS proxy and the tunnel isn't open. For the places that have the "welcome to our intarweb access" redirects, you'll want to disable the SOCKS proxy settings until you get through that finished. Otherwise, you won't be able to open the tunnel, and it will appear as if you can't connect to anything. Firefox has a QuickProxy addon which makes this easier.

    The second is that you can make sure that the proxy is active by a) visiting a "check my IP address" site to make sure it is showing up as your hosting provider or b) killing the tunnel and all web traffic should stop working.

    more info

    --
    There is very little future in being right when your boss is wrong.
  59. Alternate source by Anonymous Coward · · Score: 0

    If you go to the Lonely Planet forums you may be able to find some other solutions there. They have specific forums for travel-tech related issues and for long term travel. You may find a higher percentage of folks who have had your issue there. (Plus it is great for other travel type questions)

    Have a great trip

  60. Most of this stuff is overkill.... by kenblakely · · Score: 1

    Jeez Louise - it's really not that hard. Staying secure while travelling is really pretty simple: 1. Carry your own machine - an Apple if possible, if not, some flavor of Linux. If you're too cheap for an Apple and not savvy enuf for Linux, Windows is OK. If you use anyone else's hardware, assume it is keylogged and behave accordingly. Have a backup device like an iPod Touch. 2. Always enable SSL. When doing anything even remotely risky, ensure SSL is enabled and is being used 3. Ensure your OS / browser / firewall / virus scanner is updated. Virus-scan daily. 4. Ensure you are using a software firewall / virus scanner, and that they are enabled 5. Do not use Internet Explorer 6. Use TrueCrypt to create an encrypted volume in an unobtrusive place, named unobtrusively. Use this volume to store things you need to store that you don't wanna put on Google Docs. Why not use whole drive encryption? Because having your laptop siezed and imaged at borders is not unknown. If the investigators see that your drive is encrypted, they will attempt to force you to divulge the passphrase. In many cases, local laws make it illegal for you to refuse. A TrueCrypt volume of 50MB or so named HiDefPortraitSlideshow.ppt will prolly go unnoticed. That's pretty much it. No VPN, no VLC, no virtual machine, no thumb-drive based Linux install, no LiveCD, blahblahblah. Doing just that stuff makes you a difficult target, and there are lots of easier targets out there....

    1. Re:Most of this stuff is overkill.... by mjwx · · Score: 1
      OK, the stupidity of some of this is astounding. I'd remind you that the OP said he was going to South America, much of that continent is the third world.

      Carry your own machine - an Apple if possible

      Because carrying and flashing a machine that costs almost a years wage in some places is an excellent idea, it doesn't paint you as a target for theft by pointing out that you have an overpriced computer and were stupid enough to bring it to the third world.

      You're a USian aren't you. Your own machine is good but you are better off bringing a small cheap netbook, easier to steal but less likely to be stolen and will fit in smaller safes. Trust me, having a A$500 netbook stolen hurts a lot less then having an A$3000 machine stolen, in addition to this you can buy a replacement and half a bar with the money you saved.

      Have a backup device like an iPod Touch.

      More stupidity, your backup device should be a credit card, your passport and a small volume of local or a G8 nation currency (USD, GBP, EUR, AUD, JPY). MP3 players are the second most stolen/lost item on holidays, right after mobile phones. Thieves go for electronics before cash these days as its easier to get away with/not watched as closely. Even your jewellery is safer then your MP3 player.

      You have never travelled before have you, definitely not to a third world nation. You've pretty much described how to become a theft victim overseas.

      If you want security, do everything remotely. A remote X session or even RDP to a windows box via VPN is better then doing anything locally. Don't worry about drive encryption, use VPN, store nothing, memorise everything as your physical security is far more likely to be breached then your electronic security.

      I travel to Asia quite a bit, I've been to places like Thailand, Cambodia and the Philipines, I take a crappy looking Lenovo R400 loaded with Ubuntu (quite good performance, not bad for A$1300 with a 2 yr warranty) as local crims will go after the shinier targets, like people wandering around with their iphones. I cable lock the laptop to some heavy furniture and lock everything smaller then the lappy in a safe. If you don't have a safe bring padlocks (which you should already have on your luggage) and lock them in your luggage (not great but its better then nothing). These measures will deter the casual thief, they will only become more determined when you have something worth stealing (like an expensive laptop).

      Prevention is better then cure, learn how not to be a target.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    2. Re:Most of this stuff is overkill.... by kenblakely · · Score: 1

      Wow. Such vitriol, How do you sleep at night with all that bile boiling up? The suggestion that you would pay $500 for a netbook or $3K for a laptop tells me you might be a tad outta touch. Good luck with that, tho, and vaya con Dios....

    3. Re:Most of this stuff is overkill.... by cheros · · Score: 1

      He is actually right, though. Rule 1 when travelling abroad unaccompanied is to assure your own physical security. This is not going to work if you start with painting a target on yourself. The larger the delta between what you consider a reasonable income and what the population earns, the lower the barrier to crime, and that frequently includes the police who have to risk their lives for peanuts.

      I would add that your projected attitude should be one of wary but confident and alert reserve. It's better to remain hard to read that turn into Johnny Foreigner who is all of a sudden a bit more well off than the rest - I have seen plenty of defective personalities getting lifted for every penny. Although that is in principle funny and well deserved, the whining does eventually get irritating so I guess that's where his vitriol comes from: been there, and seen it. Ditto for me.

      --
      Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
    4. Re:Most of this stuff is overkill.... by kenblakely · · Score: 1

      Yeah, all that's fair, but it's not really the subject of the thread, is it? The OP wanted suggestions on how to remain secure network-wise, not how to prevent being physically robbed. No argument on the concept that looking like you're rich invites a mugging, but that doesn't solve your network security problem. I guess you can carry a 12" MacBook that you've spray-painted flat black...

  61. NASA Guy on Vacation by Anonymous Coward · · Score: 0

    Your premise is wrong. South America has many, many computer savvy people all over the place. Just like in the USA, you never know who you'll run into out in the boonies. You'd be surprised.

    Use ssh or a vpn, but encrypt all your traffic.

    I traveled for a month in Central and South America in 2008 with just a Nokia N800 Internet Tablet and bluetooth keyboard. I used an ssh tunnel back to my web server for blog updates and used scp to transmit photos overnight. I was able to take about 300 photos a day of my experiences. Obviously, email was IMAPS and SMTPS with a local client too. It is important to be able to write email, blog posts, and anything else while off line. You'll be paying by either the hour or the MB, unless your hotel has internet.

    Monteverde, Costa Rica http://en.wikipedia.org/wiki/Monteverde has extremely limited connectivity. My language school had just a single 56Kbps ISDN internet connection shared by 100 students and staff.

    The netbook idea proposed is excellent. I was unhappy with the screen space on the N800, but the light-weight was fantastic when living out of a backpack for a few days at a time and hiking all over Iguazu Falls http://www.virtualtourist.com/travel/South_America/Argentina/Provincia_de_Misiones/Parque_Nacional_del_Iguazu-1539388/TravelGuide-Parque_Nacional_del_Iguazu.html and Volcanos. The trade off for a netbook is battery life. The N800 can do email-only for hours and hours over a week without a recharge. If you bring a spare battery or two, you can easily go for a week+. The batteries in the bluetooth keyboard lasted all almost a year.

    Test that all your photo equipment connects with your computer and the uploads work too BEFORE you leave. I ended up writing an rsync-over-ssh script just to make uploads trivial. Go to a friends home or public WiFi in your town for the test. For snapshot photos, you don't have to use the high resolution of your camera - 3Mpix is still very clear and the files are smaller. Definitely take a few hi-resolution photos for important landmarks, but not by default.

  62. ironkey by Anonymous Coward · · Score: 0

    you might also try IRONKEY -- an ultra encrypted USB key that comes w/ ability to connect via SSH through their servers.

    1. Re:IronKey by martinsajon · · Score: 1

      I agree with medotsteve, I personally use Ironkey and it's the best way to stay safe when you have to access your banks accounts or personal data anywhere while travelling.

  63. Initial login thru browser - good luck by Anonymous Coward · · Score: 0

    If you use VPN the biggest risk in on the login that usually happens thru browser. Hot spot owner can use holes in your browser: javascript, flash, etc. Not having updates for a year will not help either, figure out a way to sandbox it.

  64. Full Disk Encryption by at.drinian · · Score: 1

    It's quite easy to set up, using the Ubuntu alternate install cd.

    1. Re:Full Disk Encryption by muckracer · · Score: 1

      > using the Ubuntu alternate install cd

      You don't need the alternate installer...the regular CD will work just fine.

  65. keep it simple by Anonymous Coward · · Score: 0

    If you have a loved one that won't run off with your money;
    Have her check your banking and credit and notify you over cell/voip.
    For all else;
    If it's an access point is open..check to see if they have generic user/password on router and encrypt it real quick for few minutes of private time. when you're done change it back!

  66. Long trips... It's more difficult by Anonymous Coward · · Score: 2, Interesting

    He'll be away for a long time and can't come home ever once in a while. What if there is a power outage or something and the computer needs to be rebooted? Can't be left home alone.

    Next option is family but if there is anything more than rebooting, most parents probably don't know how to deal with it.

    Only option for depending on a computer at "home" is to leave it to some computer literate friend. But even so there can be problems in troubleshooting why something doesn't work, trying to call the friend only to find out that he is totally wasted/high/visiting relatives somewhere/etc. when you need to use the computer... Those are unlikely to be constant problems and might be that they don't occur at all (if you are very lucky) but they are very existent risk. Enough that I wouldn't prefer such option.

    And then there is of course the extra latency from routing your traffic one more step. Usually not a problem but I could imagine it could sometimes be.

    1. Re:Long trips... It's more difficult by truesaer · · Score: 4, Interesting

      That sums it up pretty well...no home, parents that can only operate a power button, and troubleshooting via phone from Guyana could be tricky even if I were to leave a machine with a tech-savvy friend. VPNing to a hosted machine didn't occur to me for whatever reason, I'll probably look into that. This is probably an area where compromises will have to be made, but my first step is to avoid any potential complications because they'll be a real pain to deal with.

    2. Re:Long trips... It's more difficult by b0bby · · Score: 1

      I like the VPN solution, it covers you for any non-ssl connections you might be using (POP, ftp) on an untrusted network. In addition, I have found while traveling that a lot of wireless hotspots have ridiculously messed up DNS, blocking tons of sites and redirecting you, etc. To me, that's been a real upside to using a VPN. Just make sure that everything gets routed through it, and still be as careful as you would without it, and you should be good. Have fun!

  67. Re:Don't waste your time by ub3r+n3u7r4l1st · · Score: 1

    "Oh, and Windows 2008 Enterprise costs $4000 (at least), and that's work-time you're spending."

    LOLOLOLOLOLOLOL

    Solution = MSDNAA || The Pirate Bay

  68. The solution can be lowtech by Anonymous Coward · · Score: 0

    How about opening a separate account just for online transactions? And transfer money from your main account to that account only as needed, and do it only by phone. That way if your online transaction account is compromised, your lost is limited.

  69. IronKey by medotsteve · · Score: 2, Informative

    IronKey is an encrypted USB drive--strong encryption (i.e. passes DoD standards). The drive will allow you to store all of your personal data. In addition the drive has a a Firefox Web browser installed, so you never have to run a hotels (etc..) software. With the embeded browser you connect to the IronKey's Secure Sessions service. The service acts like a proxy Web server and triple encrypts your surfing traffic. The service also uses secure DNS services. One of the coolest features is that it stores all of your passwords on the drive. You never have to worry about keystroke logging because the IronKey This product sounds like a wini-win for the global traveler, or even a modest business traveler.

  70. No, awful starting point by Groo+Wanderer · · Score: 1

    You obviously don't have much of a clue about security, and didn't RTFP. (S)He said he needed to access what amounts to sensitive financial info over low bandwidth links. This rules out windows for two reasons 1) It is insecurable 2) Patches don't work well over low bandwidth links.

    1) Windows does not have bugs, it has design flaws and bugs. The bugs let any little pinhole own a box, and for that reason, it is insecurable. This is not a 'patch' problem, it is a fundamental failure.

    2) If the person gets to a high bandwidth link, they will probably not get there every day, and the 0-day exploits will be all over by the time they can download the latest MS uber-patch, much less the megs of anti-virus and anti-malware that comes out daily. Nothing you pointed to protects the OS, and there is no version of windows that is securable, so your 'recomendation' is basically putting them hugely at risk. There is no security in what you recommend, only the inability to patch the few holes MS deems necessary to fix.

    So, what would I recommend? Nothing Windows, that is asking for trouble. Linux is the best option, and it can run on much lower spec hardware than any recent windows box.

    I would take a live CD of a distro that you are familiar with, Ubuntu is a good choice if the answer is 'none'. Don't take the bleeding edge one, take one that has been out for a while, for Ubuntu, 8.10 is decent, and 8.04 is an 'LTS' or Long Term Support version that might do well if you have to be gone for a long time. One really amazing feature that Ubuntu, and most Linuxes have is that it is free. If you are in the middle of nowhere, and something goes really wrong, you can get a copy, burn it/put it on a flash drive, and re-install. It may take a while, but it does work. (note - you would not believe how slow the network at CES can be at times, it took forever to D/L 9.04 alpha....)

    So, grab the distro of choice, patch it fully, and make a live CD, or save the patches. Bring two of the CDs with you, one in the drive, one in your bag, and keep another on a bootable flash stick.

    Now, you don't really need a laptop, boot from the CD or stick, and off you go.

    Should you want a laptop, you can install the OS, run from the CD, or run from the stick. If you really wanted to be clever, customize the live CD to use the stick to save data, and most malware gets flushed every time you reboot, the OS is 'virgin' with every boot. If you want to encrypt the drive/stick, feel free. I would keep all sensitive data on a small USB stick (Supertalent Pico A is a great one), and put it in my shoe. You may get robbed, but ratty shoes are not high on the list of things to steal.

    So, set up a patched live CD, set up data partitions to be encrypted as you want, keep all the data on your stick, and keep it in something that doesn't get stolen.

                -Charlie

  71. Use hotspot shield. Its free and secure. by circuitworx · · Score: 4, Informative

    http://www.hotspotshield.com/ . I use them all the time when I am traveling. They have a nice free client on their site and if you do not want to install their client you can just configure a vpn link manually.

    1. Re:Use hotspot shield. Its free and secure. by AugustFalcon · · Score: 2, Informative

      I went to the link you provided and looked at two pages served up by their website and after reading their terms of use I am not so sure that I would trust them for the following reasons:

      1. They provide no way to contact them directly from their website and no FAQ. Perhaps they do with their client software but I don't think it is very smart to download and install it blind.

      2. In paragraph numbered 1 of their Terms of Use they claim that they have a Privacy Policy because "my privacy is important"and that it is linked from the bottom of each page on their site. Well neither of the pages I viewed had such a link! And, of course, by merely accessing their site I agree to their terms of use including their un-findable and therefore unreadable Privacy Policy.

      3. Their Terms of Use also includes language basically designed to prevent the posting of any information critical of the site.

      4. Finally their Terms of Use seem to prevent the posting of a url pointing to their site without their express written consent. So, unless you had that when you posted the link you may be in violation of their Terms of Use if you are a user of their site. (Of course, maybe I'm wrong about that portion of their Terms of Use but I don't want to go back to their site and check because I might be correct since I now know what their Terms of Use include and I do not wish to be bound by them.)

      Conclusion - probably over-lawyered and sloppy site design, i.e., they haven't followed their own rules. So, why would I want to trust them?

  72. Witopia by madfilipino · · Score: 2, Informative

    Witopia is what you need.

    $40/year. Use it!

    You're welcome.

    1. Re:Witopia by Anonymous Coward · · Score: 1, Interesting

      Witopia VPN is highly worthy (with their recent price increase it's now about $70/year, iirc). In addition to encrypting all traffic between your PC and one of their 'hubs' (located in USA or England, your choice), it very effectively punches thru filtering that some hotels / govt's use. Widely used by expats in China to get around the Great Firewall. There is sometimes a minor speed hit. I've used it in a dozen different countries.

  73. Give power of attorney to a trusted person by watergeus · · Score: 2, Informative

    ...and do your bank-business with this person via email or telephone.

    And yes, you should keep notes of all the expenses you make with your credit-card and communicate this with your trusted person. A debit-card and ATM-machines work better, most of the times. (Mastercard or Visa). Use only ATM-machines in banks during office-hours.

    If you want to be connected:
    In most of the Latin countries you can get prepaid "Banda Hancha". Most of them work with a Huawei-modem.

    "Keep in mind that many places have very poor bandwidth and latency."

    I don't know what this has to do with security of your data.

    It is also not my personal experience. (I live in rural South Chile). To get a new release of my OS takes 24 hours on broadband. If I go to the next village, I'm ready in an hour by hooking up my laptop to the Internet-Cafe infrastructure.

    If you want to keep a blog, do it via http://www.posterous.com./ Blogging via email, perfect if you don't know when you will hook up to the Internet again. Of course you use an email-client.

    Don't let them steal your netbook but realize it can happen.

  74. Use your netbook only when entirely necessary. by Anonymous Coward · · Score: 0

    Having taken a EeePc around Europe and asia i can recommend that padlocks and physical security is far more necessary than network security.

    Although yes - you still need to be cautious. Some large hotel chains had a great setup for free WiFi etc - but some of the smaller ones just used an open wireless access point in the reception. So you have to use your judgement.

    However - i assume you are going on holiday? just do all your banking email checking etc when you come across a secure network of some sort and then keep the bloody thing in your bag for the majority of the time.

    Wherever you go, be discreet when you bring your laptop out - not only because of theft but because women will be unlikely to talk to you because you are a nerd who cares more about checking email than having fun and immersing oneself in a foreign culture.

  75. Forget all these technical solutions by GlobalEcho · · Score: 2, Insightful

    I have a simple suggestion that eliminates all the security risks you are worrying about: write an expiring power of attorney for your mom (or other trusted friend or relative). It will be cheaper and more reliable, and mom might even like to get the occasional phone call while you're backpacking across the continent.

  76. Phone Banking by deboli · · Score: 1

    Bringing a netbook is great for blogs and photos and e-mail, etc but I would not do any banking over it. Get an account that offers phone banking and transfer money that way. IDD charges are not that high and your phone is more secure if you don't want to go to great length securing your computer.

  77. Re:Privacy has some monetary cost, just like trave by AK+Marc · · Score: 2, Insightful

    Then get one if you're concerned about your privacy. Really, are your bank details not worth ten or twelve bucks a month for a virtual server somewhere?

    And how does that help? Lets assume that he manually assigns DNS servers (so that no local server being compromised would be a problem), and that the computer itself isn't compromised, how would a virtual server somewhere improve security? It's an encrypted connection to his bank. It's an encrypted connection to his email. It's an encrypted connection to his bills. If he only uses SSL, and the computer isn't stolen or infected, what possible means of attacks do you think will be done? Sure, there are some possible. But actually being exploited in third world countries waiting for the rare traveler who thinks their SSL is unbreakable? Really? I'd bet that he could have all of his communications be unencrypted and wouldn't have a problem. The largest problem is having the computer stolen and something in cache or a password manager falling into the wrong hands. The "possible" attacks that are never done shouldn't be considered. Good security is knowing that nothing is ever 100% safe and allocating resources intelligently to reduce the risk. Making a checklist with no regard to the likelihood of attack then working down the list in alphabetical order is *bad* security. Even if effective, it is a bad policy and not how things should be done.

  78. Protect yourself while traveling by Mr.TT · · Score: 1

    If you want absolute security while traveling, use ThreadThat.com. Just launched November 1st, this free website provides the most convenient way to have threaded conversations via the Internet. Every bit of text you enter and file you upload is encrypted while at rest on ThreadThat servers using AES256 encryption. All communication is over SSL. No contracts, nothing to download or install, nothing to pay. Check it out at https://www.threadthat.com./

    1. Re:Protect yourself while traveling by cheros · · Score: 1

      I would still be very hesitant to lodge personal data with a public provider. You won't catche me using Google services either.

      --
      Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  79. leave the netbook home - use smart phone by Anonymous Coward · · Score: 0

    When I travel, I use a little touch screen phone with wifi.
    Just using the usual banking ssl to the phone browser avoids most of the potential problems.
    I carry one of the little dlink mini wifi ap's (dwl-g730ap) which even comes in a cute travel case
    which gives me access to wired networks like in the hotel rooms.

    Saves a ton of complexity, is pretty good security and a lot easier to keep track of (phone in pocket
    is much safer than netbook in bag!
    happy travels!

  80. Most of the above by Pirulo · · Score: 1

    apply even more while in the US wifi hot spots as well

  81. Why do you need access? by CohibaVancouver · · Score: 1

    Many many years before the internet, people went backpacking for a year without any problems. They dealt with their bank via phone or someone trusted back home. Why do you need 'secure' access to these systems from far?

  82. Is op retired? by Anonymous Coward · · Score: 0

    "I'll be spending all of next year backpacking through South America." What the fuck?

  83. askingwrongquestions by Anonymous Coward · · Score: 0

    Your biggest concern its not if someone will steal your passwords and other sensitive data, at least not in South America, here you will be an easy target for kidnappers and similar crime rings, the best thing to do is try to avoid conflict areas, try to check the political status on each zone you visit beforehand also try to figure out about organized crime hotspots and routes, I dont know how it goes in other countries, but if you are traveling through Mexico, avoid states like Sinaloa, Oaxaca and Chihuahua at all costs, Cd. Juarez (in Chihuahua) is one of the most deadly cities in the whole world, Sinaloa is the HQ for Mexico's drug lords, and Oaxaca has the EZLN.

    This is just an example specific to Mexico but it should also work in other smaller countries south from here.

    To stay on topic, if you are worried about someone getting your sensitive data then you should be even more worried about the "friends" of the guys interested in your data since most of the guys able to do that kind of stuff work with groups who do much worse stuff than stealing your identity, like stealing your kidneys.

    The best way to travel is to go to places with familiar faces, if you can stay with friends, great, if you are alone then go to medium profile hotels which you should also check out beforehand, dont have anything fancy with you, and if you do (like you say you have to) shouldnt it be better if you packed something much smaller which can be concealed easily? Also, has someone already pointed out earlier, dont do anything stupid, not only stay out of problems with the government stay out from lowclass areas, its sad but its usually a good indicator of crime levels.

  84. Other Security Tips by ChePibe · · Score: 2, Informative

    I've lived (not backpacked, lived) in South America for about two and a half years - the slums on the outskirts of Buenos Aires for two years, a couple of months in Lima and three months in a nice spot in Santiago.

    The IT issues have been covered well enough. Here are a few additional ideas:

    - Ditch the nice, expensive backpack and luggage. Go to the Army surplus store and buy your luggage there. Or something like this for walking around and day to day use. Avoid military emblems, but definitely go for that "beat to hell" look. Big expensive North Face bags draw the eyes of thieves. Dusty old rucksacks don't. The same goes for looking like a walking, talking North Face commercial with your clothing.
    - Learn the language. Spanish and Portuguese are the obvious two. Know the basics, and be sure you can ask directions.
    - Check visa requirements for each country and register with the State Department to receive travel and security updates on each country. These are immensely useful for avoiding difficult situations.
    - Understand what the embassy can do for you. If you get arrested, mugged, or run into most problems overseas, the answer is "not much".
    - Be VERY careful with taxis. "Express" kidnappings are quite common through most of South America - haggle for taxis and always, always use a service if you can, just to be on the safe side. Most major shopping centers and many big commercial bus stops have their own services. They cost about double what others charge, but it's worth it to avoid getting robbed.
    - Ignore touts and always make your lodging arrangements in advance.
    - Keep your eyes open and, if you can, travel in a group.

    Have a lot of fun and do me a favor - walk down 9 de Julio while eating a good Havana alfajor ;-)

  85. the internet is a public network by Anonymous Coward · · Score: 0

    It's worrying that you think that thus far you haven't been accessing your banking over a public network.
    The internet is a public network, anything you send over it can be inspected by third-parties, that's the whole point of TLS(SSL).

    Disable all your unneeded network services, which is probably all of them and you'll be in exactly the same position as you were when you were at home.

  86. Encrypt everything, authenticate all you can. by DamnStupidElf · · Score: 2, Insightful

    Whether you go with Truecrypt, LUKS, or some other solution, encrypt the entire main hard disk/SSD/flash drive. Theft, loss, or breakage is an obvious possibility when traveling around a foreign country for an extended period of time, and you'll feel better knowing that if you lose control of your netbook's storage device for any reason, that there's no way anyone can get your passwords or financial info from it, even if if breaks and someone dumpster dives for it. Make sure the swap file or partition is encrypted, too.

    I doubt DNSSEC will be widely available before your trip, but if you can find a service that will provide it to you, use it. Never trust new SSL certificates while you are on your trip. If you visit sites with self-signed certificates, get them all trusted by your browser before you leave. I've seen a few anecdotal reports from people who complain that their bank suddenly begins asking them to a trust a new SSL certificate (which is a bad sign in the first place, since it should be trusted by one of the built-in CAs) when they were using a particular free wireless hot spot that was apparently trying to spoof SSL certificates for phishing. Make sure none of your netbook software is vulnerable to the null-prefix attack on SSL certificates. Watch out for shoulder-surfers when using your banking/financial sites. Use full HTTPS URLs when accessing sites, e.g. "https://www.bank.com" and bookmark them to avoid simple mistakes like typing "bank.com" in a browser, getting a poisoned DNS record for an attacker's site that is then fetched via HTTP and begins a man-in-the-middle attack on you.

    Don't install new software unless you can be absolutely certain that it hasn't been modified during download. If you use Windows, about the best you can do is only download software over HTTPS and then check the md5sum if it's also published via HTTPS. AFAIK, Windows Update and the Firefox automatic-update process are secure. Most Linux package managers use PGP keys to verify packages downloaded from repositories, so if you use Linux on your netbook make sure you have all the PGP keys of the repositories you are going to use installed before you leave for your trip. Bring a fresh copy of the installation media (including necessary drivers and the latest version of Firefox) for the netbook, just in case the OS does get compromised or corrupted for some reason and you have to start from scratch. If you have anything you can't stand losing, back it up to an online service whenever you have the chance. Make sure those backups are encrypted.

    Beware of drive-by installs of malware from MITM (man in the middle) modified HTTP sites. Avoid enabling flash, if you can, considering that every few months there's a new remotely exploitable hole found in it. Ad, javascript and flash blockers would be a good idea for all but trusted sites. If you think your email should be private, use PGP/gpg. If you think your email should be semi-private (e.g. the local ISP/hot spot can't read it, but just about anyone else could if they wanted), use webmail over HTTPS. Occasionally check major security sites in case a new zero-day exploit comes out that your software/OS is vulnerable to.

    A remote hosted VPN that others suggested will be useful for pretending that your netbook is connected to the Internet in a country of your choosing. DNS might be a little more trustworthy over a VPN, but attacks can be staged against the box running your VPN, too. There are some poorly designed "secure" sites that download some content (images, scripts, flash, who knows) over HTTP instead of HTTPS, and a VPN can protect you from locally injected attacks against those broken sites. Beware of HTTP pages that submit login credentials via javascript or a form to an HTTPS page; the HTTP site can be modified in transit to submit the credentials to an attacker. The more popular and valuable a site is, the more likely there is some scumbag running an attack for it on their free wireless, so double check the SSL protection

  87. Re:Privacy has some monetary cost, just like trave by Zigbigadoorlue · · Score: 1

    This is assuming he has a home. When I went traveling for 4 months I put my stuff in a friends basement and took off with no worries or constraints (rent, return date etc.) Sure he might have a friend willing to set up and maintain a VPN at their house but maybe he doesn't. Also he might not have any money (my budget was about 5 dollars a day) when you're given the choice of VPN or adequate food the decision is clear.

  88. Why make life hard ... use your family! by MarkTina · · Score: 2, Interesting

    (This is of course assuming you have any family, friends or a FB and you trust them)

    1) Buy a pen and paper
    2) Write how much you have free on your credit card at the top.
    3) Every time you buy something subtract the amount from the amount left on your credit card
    4) Have you credit card statements go to your family member, trusted friend or FB
    5) Authorize with the bank your family member/friend/FB to handle payments of your credit card from your bank account
    6) If you need extra money .. phone your family member/friend/FB and have them transfer it

    If you really want, you could always learn the PGP algorithm and apply it to the numbers written on your paper manually.

    Now is that so hard ?

  89. Fighting through the crud... by Anonymous Coward · · Score: 0

    To help you fight your way through the crud and the sound suggestions I say; vpn, vpn, vpn.

  90. Encrypt your data by Anonymous Coward · · Score: 0

    Besides Truecrypt (www.truecrypt.org) I also find Keepass (keepass.info) to be a very handy utility.

  91. Meatspace backup by Anonymous Coward · · Score: 0

    Have someone at home (spouse, friend, personal assistant, etc.) whom you can trust and can call on the phone to do highly security related stuff. AT LEAST have someone like this as backup in case your netbook gets nicked, destroyed, abducted, burnt, etc.

  92. Wrong worry. by aussersterne · · Score: 2, Insightful

    Data theft should be your last worry.

    First worry: Physical item security (your wallet, your mobile phone, your netbook, your backpack)
    Second worry: Self security (getting kidnapped for ransom/assaulted/mugged after being seen with all of above)

    They are not gonna sit around trying to crack your SSL connection. They are gonna notice your netbook and mobile phone and the fact that you are staying at a hotel that offers WiFi to its guests and they are gonna come steal all your stuff or worse, you.

    Stop thinking like a geek and start thinking like a traveler.

    --
    STOP . AMERICA . NOW
  93. ur security by Anonymous Coward · · Score: 0

    I guess that u need to be more concerned with your personal security than the security of your connections or the laptop itself...

    In south america (I am from Brazil and know pretty much all the countries there) will be more plausible to steal you physically speaking then digitally / virtually speaking.

    So take care!

  94. Why Tunnel? by Attila+the+Bun · · Score: 2, Interesting

    Lots of recommendations here for encrypted VPN tunnels. But assuming the bank uses HTTPS, why would you need the extra layer of encryption?

    I don't agree with those who say leave the netbook at home. Using a live-CD to avoid keyloggers in internet cafes is not always possible. Often the CD drive and USB ports are removed or defunct. Come to think of it, the keyboards are often defunct too. With wired or wireless connections increasingly available, a netbook can be very useful. Just keep a copy of any important data on a memory card in your money-belt.

  95. Use VMware images by Anonymous Coward · · Score: 0

    Remember that a single failure in your scheme could compromise your laptop for the rest of your trip.

    I'd do all of the about, although, I would only access networks from a Windows VMware running on a fairly barebone Linux machine. Once you have everything setuped in the VM, make a copy and only use the copy. Should something happen (virus or something of the sort), rm it and make yourself another copy to work it.

    Cheers and have fun on your trip,

    Fish

  96. portable satellite by Anonymous Coward · · Score: 0

    Get a portable satellite connection. A little expensive at $500 up front and $50/month, but may be worth it if you really want the most secure connectivity.

  97. SSH/SOCKS solution by Anonymous Coward · · Score: 0

    Solved this problem years ago :) For this, I use SSH port forwarding. I rent a colocated VPS instance (about $20/month) which runs Debian Linux, the Dante SOCKS daemon, and the current version of openssh. I then SSH from whatever host I wish to have secure communications from, forwarding a port to the SOCKS proxy on the remote VPS server. I then connect to the proxy server as localhost:forwarded_port via the application (browser, IM client, etc), causing the application to direct it's traffic over the SSH port-forward tunnel to the remote SOCKS server, thus gaining the armor of a SSH tunnel.

    Another option is openVPN, but openVPN doesn't play nice with many VPS solutions, and the SSH/SOCKS solution requires less configuration on both the client and server. Clients running Linux will come with SSH installed, and PuTTY on windows nicely handles port forwarding.

  98. Security by tehcyder · · Score: 1

    If I was backpacking through much of South America, it would be my personal security I'd worry about more than anything to do with computers.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  99. Encryption Legal Issues by internetsdave · · Score: 2, Informative

    I'm not a legal expert (nor have I read all the way down the comments), but just so OP is aware some countries place restrictions on what encryption can and cannot be used on computers within the country. Wherever you go, if you are planning on using encryption of some form (which you should) be aware of the local laws. Its pretty unlikely that the secret police are gonna haul you off to jail, but your computer may get confiscated if it is found to have illegal encryption on it.

  100. I have worked with laptops for 15 years. by jotaeleemeese · · Score: 1

    No if for me (touch wood) so far.

    It is rather quite specious to say everybody will have his laptop stolen at some point.

    --
    IANAL but write like a drunk one.
  101. Try a free trial version of SecureConnect by AdeleWard · · Score: 1

    I enjoyed the idea of you backpacking and using wifi hotspots for so much. You can be secure at wifi hotspots. I've written about your question on my own blog posts where you can also get free trial software called SecureConnect that would protect you from hackers and doesn't have any adware etc on http://www.geid.co.uk/

  102. IronKey by trbarry · · Score: 2, Informative

    I have my netbook using full system encryption with TrueCrypt, with KeyPass for a further level of safe password storage. I also now have an OpenVPN server at home I can connect through.

    However before I set up the OpenVPN server I used an IronKey flash drive for safer and more anonymous web browsing. This is a flash drive with built in hardware AES encryption. It comes with a modified version of Mozilla Firebird set up to use that encryption to go through a private TOR network gateway set up by the company. A subscription is included free with the IronKey. It slowed things down a bit but seemed to work. http://www.ironkey.com/personal/.

    - Tom

  103. 3G! by kismet666 · · Score: 2, Informative

    3G service is everywhere down here. I don't know where you will be, how many countries you'll visit, etc. If you're going to spend a significant amount of time in specific countries consider getting a pre-paid 3G USB modem when you're going to be in one for a while. In Argentina Claro (http://www.claro.com.ar) offers such a service, I pay about $50 per month for unlimited data, I'm not sure how economical the pre-paid options are. Telecom costs very widely between countries down here, Argentina tends to be one of the most expensive. Some good countermeasures have been suggested: firewall, patches, antimalware are all critical. Its a hassle but if you're using public WiFi you should change passwords for your financial accounts frequently. You should encrypt your sensitive data, and backup to an external disk regularly, laptop theft is fairly common.

  104. Iodine by PetiePooo · · Score: 2, Informative

    You need a home base. A $50-60 OpenWRT box is enough if you don't have a spare PC laying around. I'd suggest running the following servers:
    OpenSSH + Squid (or tinyproxy) - SSH:22 and basic HTTP proxying via an SSH tunnel
    OpenVPN - for an easier remote experience (both UDP:1194 and TCP:443)
    HttpTunnel - When only HTTP:80 requests are allowed from your AP
    iodine - When only DNS:53 requests are allowed (eg. captive portal)

    I'd also suggest full disk encryption on your PC/Mac.

  105. Re:Run screaming away from Windows by steveha · · Score: 1

    Wow! This is the first time I have been moderated to -1. I think it may actually be the first time I have been moderated "Flamebait".

    And here I thought nobody would moderate this article!

    So, what was the offensive part? I think it must be the word "cloud", I used that several times.

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
  106. Re:Don't waste your time by icebraining · · Score: 1

    If he's not a member of any academic organizations, he can't get it through MSDNAA.

    As for The Pirate Bay, I'm sure you're extremely safe running random cracks with admin privileges on the server you're routing your whole traffic through :|