Have used SFTP component with success previously with various sftp sites, but getting error when connecting to Azure Blob Storage using SFTP. The error is: ComponentPro.Net.SecureShellException: Negotiation failed. The client and the server have no common key exchange algorithm.
Microsoft shows SFTP for Azure Blob Storage supports diffie-hellman-group-exchange-sha256 for key exchange. Tried using "any" and diffie-hellman-group-exchange-sha256 for key exchange with component pro, but still getting error.
Is the underlying component based on SSH.NET or something else.
asked 12/7/2022 5:31:55 PM