// Output
CommandOutput commandOutput = new SystemCommandOutput();
// Execute command
try {
CommandExecutor.executeCommand(commandInfo, serverInfo, authenticationInfo, commandOutput, new ConfigReader());
} catch (SSHApiException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}