C# Update cipher Renci.SshNet #997
ihorkolucky
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
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 insatlled 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
Beta Was this translation helpful? Give feedback.
All reactions