How to scan for SSH servers on a subnet with nmap

Dec 14, 2015 00:00 · 34 words · 1 minute read Linux

Nmap, a tool I have been using since the end of the 90’s (wow…), can be used to find local SSH servers. The command format is very simple:

nmap -p 22 --open -sV 192.168.0.0/24