SSH connection using ECDSA key type (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi,
The wodSFTP version is correct.
I think it's a problem related to the Sftp_LoadPrivateKey function (see my first post).
long i = Sftp_LoadPrivateKey(handle, fNamePriv, (char *) pszPsw) ;
The application just uses a pair of keys (they are generated from outside) and the private key has a password.
Is this function suitable for using an ECDSA private key with password?
Thank you,
Mariana C.