Klaatu brings his Urban Camping series to a close with a discussion of how to be a safe computerist whilst urban camping. He covers ssh, X Forwarding, tor, tcpdump, and general computer common sense.
to pipe your data through SSH, it'd be much better to do a real tunnel (ssh -d 8080 server) and pipe your browser's traffic through localhost:8080 (or whatever port you want to use). it's much less bandwidth-intensive than using remote apps, and it's easier to do from windows (just need putty, not putty and xming)
Comment #2 posted on 2011-05-28 00:11:10 by t13one
Re:SSH forwarding
2 additions to JBu92's comment: 1.) The type of proxy running on this dynamic port should be SOCKS5. 2.) You should also make sure your browser is tunelling all DNS requests through this connection. In Firefox's about:config page, "network.proxy.socks_remote_dns" should be true.
Leave Comment
Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.
Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).