82838485868788899091
return host; } public Process execute(ExecCommand command) throws IOException { try { return new RemoteSshProcess(sshFactory.connect(host), command); } catch (JSchException e) { throw new SshException(e); } }