};
Shell shell = pluginContext.getPlugin(ShellFactory.class).create(user);
ShellProcess shellProcess = shell.createProcess(command);
//
SSHInlineShellProcessContext context = new SSHInlineShellProcessContext(new SSHContext(env), shellProcess, out, err);
int exitStatus = OK;
String exitMsg = null;
//
try {