jschSession = null;
}
if (jschSession == null) {
IJSchService service = getJSchService();
IJSchLocation jlocation = service.getLocation(username,
hostname, port);
Session session = null;
try {
session = createSession(service, jlocation, password,
monitor);