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
authentication failed
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.