Apologies if this has been asked, but I don't find the search very helpful at all.
EnterpriseDT.Net.Ftp.Ssh.SFTPException: 'Failed to recognize key format. Supported formats are OpenSSH, SSH.com and PuTTY.'
The problem? I'm trying to use an OpenSSH key which was automatically converted to a PuTTY key by FileZilla. It seems to be a PuTTY v3 key, and the product only supports v2.
PuTTY-User-Key-File-3: ssh-rsa
So now I'm using the OpenSSH key for my .NET code and the FileZilla-converted key for FZ. I'd like to be able to use the same key for both. Any plans to support v3 of PuTTY keys?