tuxmartin

Untitled

Apr 28th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. martin@martin:~$ ssh -R 0.0.0.0:2233:127.0.0.1:22 [email protected]
  2.  
  3. [email protected]:~$ sudo -s
  4.  
  5. [email protected]:/home/martin# lsof -i:2233
  6. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  7. sshd 25939 martin 8u IPv6 5429774 0t0 TCP localhost:2233 (LISTEN)
  8. sshd 25939 martin 9u IPv4 5429775 0t0 TCP localhost:2233 (LISTEN)
  9. [email protected]:/home/martin#
Advertisement
Add Comment
Please, Sign In to add comment