Problem with ssh client and strato virtual servers

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
degoo
Posts: 4
Joined: Thu 05 Mar 2009 11:53

Problem with ssh client and strato virtual servers

Post by degoo » Fri 19 Jun 2009 13:33

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!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 22 Jun 2009 07:41

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.

Post Reply