githubEdit

SSH Tunneling

Create a Tunnel

ssh -nNT -f -L 8080:localhost:80 ubuntu@192.168.1.151

Kill the SSH Tunnel

Last updated