Guest User

Untitled

a guest
Dec 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SSH tunnel: localhost:5934---->awsServer:5933
  2.  
  3. Reverse SSH tunnel: awsServer:5933----->localhost:5932
  4.  
  5. nc localhost 5934
  6.  
  7. nc localhost 5933
  8.  
  9. bash1: nc localhost 5934
  10.  
  11. bash2: nc -l 5932
Add Comment
Please, Sign In to add comment