Java library that allows to execute shell commands via groovy script on remote host through ssh connection. The SSH connection is handled by JSCH library.
'com.googlecode.msidor:groovy2ssh:1.0.2'
<dependency> <groupId>com.googlecode.msidor</groupId> <artifactId>groovy2ssh</artifactId> <version>1.0.2</version> </dependency>
<dependency org="com.googlecode.msidor" name="groovy2ssh" rev="1.0.2"/>
"com.googlecode.msidor", "groovy2ssh", "1.0.2"