Hi,
I tried setting up a server using your 5-minute guide.
This server has-
sshd.setCommandFactory(new ScpCommandFactory());

The problem is, that my client code runs:
channel = session.createExecChannel("ls -l");

And this is not supported by ScpCommandFactory (took me a lot of
debug to get the error message "Unknown command, does not begin with 'scp'"
this has to be better logged!).

When my client code tuns on standard Linux sshd it works perfectly,
how can I support it with mina sshd server code without changing
the client side?

Thanks,
Doron

Reply via email to