SSH To Windows Local Host


/ Published in: Bash
Save to your folder(s)

ssh localhost -CgL 8080(your computer IP address or name):80


Copy this code and paste it in your HTML
  1. ssh localhost -CgL 8080(your computer IP address or name):80
  2.  
  3. ssh localhost -CgL 8080:10.10.10.104:80
  4.  
  5. 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)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.