context.io = new RemoteIO(session);
// Setup shell environemnt
context.env = new DefaultEnvironment(context.io);
// Create a new shell instance
context.shell = new DefaultRemoteShell(shellInfo, executor, context.env);
//
// TODO: Send a meaningful response
//