Empty passwords when authentication type is authKe (General questions)

by Tushar @, (7503 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

locked

Re: Empty passwords when authentication type is au

by Jasmine, (7503 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.

locked