Python library and CLI tool for streamlined SSH and remote task execution
Library and command-line tool for SSH
fab
$ fab -H user@example.com task_name
$ fab -H user@example.com task1 task2 task3
$ fab -H host1,host2,host3 deploy