We are using Renci.SshNet C# library to connect to SFTP server.
Today connection on code line
client.Connect();
to server stopped working with error message:
Unhandled Exception: Renci.SshNet.Common.SshConnectionException: The connection was closed by the server: Your cipher needs to be updated: https://developer.eba y.com/devzone/merchant-products/mipng/user-guide-en/default.html#advanced-featur es.html . please contact MIP Support for help (ByApplication). at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
I installed latest SSH.NET and .NET Framework, and still same error
Could anyone help what needs to be done to fix that error?
Appreciate any help