I get this error when I try to connect to the server with SSH.
I use password authentication.
How can I get rid of this error ?
"Host key not verified"
This error occurs if the key received from the server and the key specified in HostKeyName do not match.
You should handle the TScSSHClient.OnServerKeyValidate event. You can find more detailed information about this event in the SecureBridge help. Also you can look at the example of handling this event in the SSHClient demo.
You should handle the TScSSHClient.OnServerKeyValidate event. You can find more detailed information about this event in the SecureBridge help. Also you can look at the example of handling this event in the SSHClient demo.
Hi!
I have the same problem with SSHShell-example from Demos folder.
But this problem have place only in case when I use public key authentication. In case with password - all ok.
Otherwise, when I try to connect to the same server with putty.exe - I have not a problem. What I can to do with SSHShell for successfully connect with public key authentication?
I have the same problem with SSHShell-example from Demos folder.
But this problem have place only in case when I use public key authentication. In case with password - all ok.
Otherwise, when I try to connect to the same server with putty.exe - I have not a problem. What I can to do with SSHShell for successfully connect with public key authentication?