authentication failed

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
erpwerk
Posts: 7
Joined: Fri 12 Sep 2008 07:36

authentication failed

Post by erpwerk » Wed 01 Jul 2009 10:42

Hello

I just tried the demo with delphi 7. I tried to connect to my ssh server using sshClient but the authentication failed. I tried again using putty and it worked. Could you give me a hint what the problem might be?

(I'm new in SSH - I just used putty and Winscp before)

thanks in advance

Ulf

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

Post by Dimon » Thu 02 Jul 2009 15:03

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.

erpwerk
Posts: 7
Joined: Fri 12 Sep 2008 07:36

Post by erpwerk » Mon 06 Jul 2009 10:49

Hello!
The server does support the password mode I verified that using SQLyog (MySQL Tool) and WinSCP that builds up a SSH connection using passwort authentication.
Ulf

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

Post by Dimon » Mon 20 Jul 2009 10:53

Please give a more detailed description of the problem.

Post Reply