Empty passwords when authentication type is authKe - WeOnlyDo Discussion board

Empty passwords when authentication type is authKe (General questions)

by Tushar, Friday, October 15, 2004, 12:02 (7143 days ago)

Can wodSSH COM component accept empty passwords if the authentication type is authKeyboardInteractive and the protocol used is SSH2.

If yes, please let me know how to use it. I have been trying to set the password as empty but getting an error as Must specify the password for the selected protocol .

I am using version 2.2.0.3 of the wodSSH component. Has this been supported/fixed in the newer versions of the component?

Thanks

Re: Empty passwords when authentication type is au

by wodSupport, Friday, October 15, 2004, 12:47 (7143 days ago) @ Tushar

Tushar,

no, wodSSH will require inital password to be set. You must set it to some value. You can try with some dummy password, and when you're rejected by the server, LoginChallenge will fire where you can specify correct password.