Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ssh -L 4321:example.com:5678 root@example.com -p 1234 -N
  2.  
  3. http://localhost:4321
  4.  
  5. http://10.0.0.1:4321
  6.  
  7. ssh -L *:4321:example.com:5678 root@example.com -p 1234 -N
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement