Using lsof -i
I can see there is a reverse ssh tunnel set up on my server:
sshd 1321 remote 8u IPv4 219299 TCP localhost.localdomain:mvs-capacity (LISTEN)
How can I find out the IP address of the machine that created this tunnel?
Thanks