ssh local port forward
ssh -L <your_local_port>:localhost:<target_remote_port> <user>@<target_ip>
ssh -L 8888:127.0.0.1:8080 user@<target_ip>
Last updated
ssh -L <your_local_port>:localhost:<target_remote_port> <user>@<target_ip>
ssh -L 8888:127.0.0.1:8080 user@<target_ip>
Last updated