Page 1 of 1

authentication failed

Posted: Wed 01 Jul 2009 10:42
by erpwerk
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

Posted: Thu 02 Jul 2009 15:03
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.

Posted: Mon 06 Jul 2009 10:49
by erpwerk
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

Posted: Mon 20 Jul 2009 10:53
by Dimon
Please give a more detailed description of the problem.