This is a Ruby script designed to orchestrate remote commands and check the connectivity of multiple machines using SSH. It allows you to verify if machines are listening on port 22 and to execute commands remotely via SSH.
- Check Connectivity: Ping machines to see if they are listening on port 22.
- Remote Command Execution: Execute specified commands on remote machines via SSH.
To get help on using the script, run:
ruby checkConnection help