Maybe try to connect to the socket and see what the listening application responds with like: # nc 192.168.1.73 22 SSH-2.0-OpenSSH_5.8 Or try packet capture with something like tcpdump and inspect what type of traffic is being passed over the listening port. Or maybe look into something like strace. Good Luck. -- Andrew Blum