static S sshCommand(SSHSession session, S cmd) ctex { Session.Command cmd = session.exec(command); ret IOUtils.readFully(cmd.getInputStream()).toString(); }