An aggregate of core SSH operations.
| Type Params | Return Type | Name and description |
|---|---|---|
|
Operation |
command(CommandSettings settings, java.lang.String commandLine) |
|
int |
forwardLocalPort(LocalPortForwardSettings settings) |
|
void |
forwardRemotePort(RemotePortForwardSettings settings) |
|
Remote |
getRemote() |
<T> |
T |
sftp(FileTransferSettings settings, groovy.lang.Closure<T> closure) |
|
Operation |
shell(ShellSettings settings) |