364
edits
Changes
→SSH Tunneling to get around blocked ports: Adding ssh-as-SOCKS-proxy info
Then you can set up your chat software to talk to localhost:9999 and you're set.
One can also use ssh to set up a SOCKS proxy:
ssh -D [local_socks_port] [machine_I_have_rights_on]
Want more details? See [http://dltj.org/article/ssh-as-socks-proxy/ this article].
== Ground Crew Contacts ==