Home / Tags

Unix

1 article tagged with Unix.

Bypassing a restrictive Firewall using SSH

Posts

Bypassing a restrictive Firewall using SSH

If you are faced with a restrictive firewall implemented by your local admin. But luckily enough to have access to a SSH server! You can use the following tip: A SOCKS proxy can easily be setup using SSH, in a terminal type: ssh -D 8080 -Nf …