Port Forwarding
From target machine
ssh -N -R 192.168.1.1:8080:127.0.0.1:8080 cel1s0@192.168.1.1To target machine
ssh -L 5901:localhost:5901 test@192.168.1.2Last updated
ssh -N -R 192.168.1.1:8080:127.0.0.1:8080 cel1s0@192.168.1.1ssh -L 5901:localhost:5901 test@192.168.1.2Last updated