Connect to remote servers through SSHv2 protocol and execute pre-defined commands.
Can be used for software provisioning, configuration management, and application-deployment enabling infrastructure as code.
It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows.
Set appropriate values in -
- ip.txt - IP addresses of servers to establish connection (Use new line for each address)
- credentials.txt - Credentials for servers (comma separated value - username,password)
- cmd.txt - Commands to execute (User new line for each command)
- python network_app.py