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