Execute shell scripts on remote host using ssh (pre and post build). Based on the cool scp plugin.
'org.jvnet.hudson.plugins:ssh:1.1'
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>ssh</artifactId>
<version>1.1</version>
</dependency>
<dependency org="org.jvnet.hudson.plugins" name="ssh" rev="1.1"/>
"org.jvnet.hudson.plugins", "ssh", "1.1"