Package com.dtolabs.rundeck.core.tasks.net

Interface Summary
ExtSSHExec.Disconnectable Allows disconnecting the ssh connection
ExtSSHExec.DisconnectHolder Interface for receiving access to Disconnectable
SSHTaskBuilder.SSHConnectionInfo Defines the authentication input for a build
 

Class Summary
ExtSSHExec Executes a command on a remote machine via ssh.
SSHTaskBuilder SSHTaskFactory constructs a ExtSSHExec task
ThreadBoundJschLogger Uses an inheritable ThreadLocal BaseLogger to log Jsch messages, bind it by calling ThreadBoundJschLogger.getInstance(com.dtolabs.rundeck.core.execution.BaseLogger, int) and then JSch.setLogger(com.jcraft.jsch.Logger)
 

Enum Summary
SSHTaskBuilder.AuthenticationType  
 

Exception Summary
SSHTaskBuilder.BuilderException