Proxies and SSH

https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel

ssh -D localport user@server -p remoteport

ssh - command

-D - bind to local port

localport - localport

user@server

-p - switch to specify remote port if not 22

remoteport - remoteport

Comments

Popular Posts