Guest User

Untitled

a guest
Oct 23rd, 2017
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ssh root@webserver -L 80:127.0.0.1:80
  2.  
  3. ssh -ND 8080 username@domain.com
  4.  
  5. 127.0.0.1 www.domain.com
  6.  
  7. ssh user@webserver -L 1080:127.0.0.1:80
Add Comment
Please, Sign In to add comment