-
Notifications
You must be signed in to change notification settings - Fork 54
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
A Incorrect MAC received on packet occur during PuTTY session. #10
Comments
Reproduce
I dont know why PuTTY may received Incorrect MAC, but ssh.exe looks like OK. Maybe chose a difference encryption algorithm. |
Because PuTTY needs to send package |
But a ChannelFailureMessage is sent as the spec says. I’ve seen this issue with the standard Ubuntu ssh client. I think it might be related to multiple channels sending data at the same time and the crypto going out of sync |
Hi @acid2000 , I pushed this commit 92bb558#diff-92634550b79326c13fac2679d286573fR374 . Could you please test it is fixed or not? |
Anyone else found this question still exists? |
I patched session.cs on my build. Seems to fix the bug / I wasn't able to reproduce the original issue. |
It is found a problem when test the #9. PuTTY may throw Incorrect MAC received on packet during
shell
session.The text was updated successfully, but these errors were encountered: