Hey  guys,

i'm experiencing an authentication failure when trying to authorize with
Apache SSHd's SshClient using user/password at a server (say server X).
The credentials for X are correct - I asserted them with putty.
I partially copied the main() from SshClient implementation (using
authPassword-method).

My code works perfectly fine when connecting to 2 other servers (say
servers Y).

I trace-logged on connecting to X and also found out, that the server
returns a package containing the string "publickey,keyboard-interaction".
It looks like I've to accept the fingerprint programmatically, somehow...?
Maybe I should better make use of authPublickkey-method, however I've no
idea and I cannot find any documentation.

Any suggestions would be helpful - thank you!

Daniel

Reply via email to