101102103104105106107108109110111
} } if (client == null) { client = new SshClient().withLogin(login).withPassword(password); if (host != null) { client.withHost(host); } if (port >= 0) { client.withPort(port);