exitStatus = channel.getExitStatus();
} finally {
channel.disconnect();
}
} finally {
session.disconnect();
}
YSLOG.info("I00005", user, host, port, privateKey, commandLineTokens.get(0), exitStatus);
return exitStatus;
} catch (JSchException e) {
YSLOG.error(e, "E00001", user, host, port, privateKey);