NOTE: sudo password does not need to be provided but then you wont be able to run sudo commands
pip install -r requirements.txttouch servers.jsonPaste this to the servers.json file
{
"servers": [
{
"hostname": "",
"sudo_pass": ""
},
{
"hostname": "",
"sudo_pass": ""
}
]
}python ssh_client.py --command "whoami"