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