Page 1 of 1

ssh client demo - freebsd

Posted: Wed 04 Sep 2013 12:02
by mteirek
hi

SecureBridge 6.0 + delphi xe4
when i try to connect SSHClient (demo) -> FreeBSD 7.2 -> error message -> Authentication Failed.



i am on Windows 7 32bit and FreeBSD at 192.168.1.37

putty (same pc) connect without problem, how i can fix it ??

Re: ssh client demo - freebsd

Posted: Thu 05 Sep 2013 01:52
by mteirek
work good when when ScSSHClient.Authentication := atKeyboardInteractive;

Re: ssh client demo - freebsd

Posted: Mon 09 Sep 2013 15:52
by DemetrionQ
Hello.

By default, Putty is trying to use both server authentication approaches: Password and KeyboardInteractive. On connection, TScSSHClient uses only one approach, that is set in the TScSSHClient.Authentication property (it is set to atPassword by default).

We are glad to see you have solved the problem. If any more issues occur, please feel free to contact us.