Release 2.0.6.1 (beta) 2021 - SFTP failure (Synology)

Looking into this some more, I believe this might explain what we’ve discovered. This pull request added support for elliptic curve algorithms in SSH.NET. For ECDSA, it relies on the System.Security.Cryptography.ECDsaCng class

which is not implemented in Mono

For ED25519, SSH.NET provides its own implementation (from Choas.NaCl).