November 2012

SSH tunnel

From time to time I need a different IP with full webaccess for testing purpose. So I start an SSH tunnel to my server and configure my webbrowser to use a socksproxy at port 8080: ssh -D 8080 -C -q -N host.tld

SSH tunnel Read More »