Page 1 of 1

Problem with ssh client and strato virtual servers

Posted: Fri 19 Jun 2009 13:33
by degoo
Hi!

I'm using SecureBridge 2.50 trial (D2009) and works great....only one problem. I can't connect to my private server (strato virtual server). Using putty and winscp works ok, but with same login and password, securebridge returns authorization failed.... some idea???

Regards!

Posted: Mon 22 Jun 2009 07:41
by Dimon
Please make sure that SSH server used the password autentification. It is probably that the keyboard-interactive autentification is used by the ssh server.
To solve the problem try to set the TSSHClient.Autentification property to atKeyboardInteractive and process the TScSSHClient.AuthenticationPrompt event.