The SSH plugin implements functionality to remote access using the SSH-2 protocol. The plugin is implemented on top of the JSCH library which is a Java based SSH-2 implementation.
The plugin supports these SSH commands:
Go to the Plugin Usage page for instructions on using the plugin.
The plugin supports all operations.
When the plugin is invoked with an operation, it will execute the SSH commands (e.g. execute or secure copy).
The plugin defines a schema named SSH plugin schema for definition of models in module model files. The schema defines the namespace http://pineapple.dev.java.net/ns/plugin/ssh_1_0. For more information about where the schema can be found, refer to the Schema locations for plugins page.
To provide you with better understanding on some usages of the plugin, you can take a look into the following examples:
Technical documentation for developers about the architecture, design and implementation of the project can be found here.