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!
Problem with ssh client and strato virtual servers
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.
To solve the problem try to set the TSSHClient.Autentification property to atKeyboardInteractive and process the TScSSHClient.AuthenticationPrompt event.