-
-
Notifications
You must be signed in to change notification settings - Fork 939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server HMAC algorithm not found #1050
Comments
Same here. We just faced this issue. edit:// |
I can't, I did an ssh-audit. |
Same here Server side is hardened via tool like ssh-audit and for security reason only the following hmac should be enabled |
Personally, I have given up on this library and I have compiled my own C++ DLL using libssh. |
OpenSSH upstream writes regarding Encrypt-then-MAC MAC algorithms:
Based on this, it would make sense to me to support Encrypt-then-MAC MAC algorithms in SSH.NET. |
The fastest option to achieve this is to prepare a PR with changes and unit or integration tests. |
Same issue here, on hardened systems only the -etm MAC algorithms allowed. Please add support for |
Hi. We are facing the same issue also. I really like this library and would like to continue to use it. But we will soon be forced to look for alternatives if this is not resolved. Hoping for a fix 😊 |
This issue has been fixed in the 2024.0.0 version. |
I have a problem connecting to my linux server.
When I try to connect, I get a "Server HMAC algorithm not found" message.
I check the log and I find that lib cannot use the hmac-sha2-256-etm algorithm.
My server only accepts these 3 algorithms:
#825 does not work
The text was updated successfully, but these errors were encountered: