SSH automation tool using Groovy DSL for infrastructure management
SSH automation tool based on Groovy DSL
gssh
$ gssh -f deploy.groovy
$ gssh -e 'remoteExec { host("server1.com") { exec "uptime" } }'
$ gssh --version