if ssh's password is empty, how can i connect it? (General questions)
hi ,I have got the wodTelnetDLX and it can work well for ssh.
but yestoday , our's net administror tell me that if the ssh server's pasword is empty, it can't login. I found the control has check the password if I set pssword( ), and I can't resolve it.
can you give me a method to resolve it?
thanks a lot.
Re: if ssh's password is empty, how can i conne
Hi Bruce,
Unfortunately you can't do that. The Password Is mandatory for the SSH Protocol and is required by the SSH Protocol specification. That's why component will give you an error right away.
Regards,
Damba
Re: if ssh's password is empty, how can i conne
Bruce,
but if you put anything into the password, component always tries to connect with no password anyway. That's what most SSH clients do.
However, it's different to have no password, and password set to empty string - second one just isn't supported. Makes no sense to have empty password in security environment such as SSH.
Regards,
Kreso