Discuss this help topic in SecureBlackbox Forum
This event is fired when a client's public key was accepted by the server, but the corresponding secret key is not present.
Declaration
Parameters
Description
This event is fired by TElSSHBaseClient when the client's public key was accepted by the server, but the corresponding secret key is not present and thus the client is unable to authenticate using this key. The handler should either provide the corresponding private key via the Key parameter, or, if loading of the key is impossible, set Skip to True.