Client - SetKeypair[C] __cdecl FlowSshC_Client_SetKeypair(
[C++] [Client] void SetKeypair(RefPtr<Keypair> const& progress); [C#] [Client] public void SetKeypair(Keypair keypair); Parameters
Remarks Use SetKeypair to specify a keypair to log in with. If you set both a password and a keypair, then public-key authentication will be performed first. |