/* requestPTY mixes stdout and strerr together, but it works
better at the moment.
With pty, the sudo wouldn't work, because we don't want
to enter sudo password by every command.
(It would be exposed) */
thisSession.requestPTY("dumb", 0, 0, 0, 0, null);
LOG.debug2("execOneCommand: command: "
+ host.getName()
+ ": "
+ host.getSudoCommand(host.getHoppedCommand(oneCommand), true));
thisSession.execCommand("bash -c '"