Grails RemoteSSH Plugin
Owner: vahid | 3.0.9 | Apr 8, 2019 | Package | Issues | Source | Documentation | License: Apache-2.0
dependencies {
compile 'org.grails.plugins:remotessh:3.0.9'
}
RemoteSSH
Grails RemoteSSH Plugin based on Ganymed SSH-2 library
Side note - similar / related projects
Dependency Grails 2:
compile ":remote-ssh:0.14"
Dependency Grails 3 (build.gradle):
compile "org.grails.plugins:remotessh:3.0.9"
Documentation
SSHUtil methods and how to use
SshUtilService methods and how to use
Groovy Docs for classes within plugin: methods/usage
Java Docs for classes within plugin: methods/usage
Youtube video walking through 0.14+
Demo site grails 2.4.4 remote-ssh:0.14
Demo site grails 3.0.1 remote-ssh:3.0.1
For websocket live ssh connection / interaction:
Check out : jssh