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 ??
ssh client demo - freebsd
Re: ssh client demo - freebsd
work good when when ScSSHClient.Authentication := atKeyboardInteractive;
-
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: ssh client demo - freebsd
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.
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.