vahidhedayati / RemoteSSH

Grails RemoteSSH Plugin based on Ganymed SSH-2 library, provides ssh utilities to a grails application
http://grails.org/plugin/remote-ssh
Apache License 2.0
4 stars 5 forks source link

RemoteSSH

Grails RemoteSSH Plugin based on Ganymed SSH-2 library

Side note - similar / related projects

Dependency Grails 2:

    compile ":remote-ssh:0.14"

Grails 2 source

Dependency Grails 3 (build.gradle):

    compile "org.grails.plugins:remotessh:3.0.9"

Grails 3 source

Documentation

How to use latest revision

Configuration variables

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

How to use older revisions

For websocket live ssh connection / interaction:

Check out : jssh