105106107108109110111112113114115
} // Setup endpoint adapter sshd.setCommandFactory(new CommandFactory() { public Command createCommand(String command) { return new SshCommand(command, getEndpointAdapter()); } }); try { sshd.start();