/ Published in: Bash
ssh localhost -CgL 8080(your computer IP address or name):80
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ssh localhost -CgL 8080(your computer IP address or name):80 ssh localhost -CgL 8080:10.10.10.104:80 so ssh localhost -CgL 8080(your computer's localhost:8080):10.10.10.104(PC IP you want to get):80(which is the default Web port)