ssh tunnel proxy - Howto's | vitrubio.net

ssh tunnel proxy

steps

do ssh

open terminal and type

ssh -D 8080  myserver.domain.tdl

you can use your domain.tdl or the server IP address

browser

open the web browser, in settings configure:

proxy socks5 localhost:8080

check connection

in terminal

curls ifconfig.co

issues

If channel 4: open failed: connect failed: open failed you can ignore this. JS does call too many times so the tunnel complains.

If connection goes down, just restart it ctr+c and do again ssh -D 8080 myserver.domain.tdl