The following command creates a ssh tunnel to a remote server on OSX. Emulating a Socks 4/5 proxy on localhost:8080.
ssh -N -D 8080 user@ip-address
the creative and the engineer
The following command creates a ssh tunnel to a remote server on OSX. Emulating a Socks 4/5 proxy on localhost:8080.
ssh -N -D 8080 user@ip-address