I am writing a script which requires me to test servers for listening SSH ports and push the working hostnames into an array. I decided on using NET:SSH:Perl for this task, because our firewall blocks both Telnet and Ping requests, so I am stuck using an actual SSH connection to see if the port...