ssh client demo - freebsd

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
mteirek
Posts: 6
Joined: Wed 04 Sep 2013 10:34

ssh client demo - freebsd

Post by mteirek » Wed 04 Sep 2013 12:02

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 ??

mteirek
Posts: 6
Joined: Wed 04 Sep 2013 10:34

Re: ssh client demo - freebsd

Post by mteirek » Thu 05 Sep 2013 01:52

work good when when ScSSHClient.Authentication := atKeyboardInteractive;

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: ssh client demo - freebsd

Post by DemetrionQ » Mon 09 Sep 2013 15:52

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.

Post Reply