-
Notifications
You must be signed in to change notification settings - Fork 670
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
SshException: MAC Error #1282
Comments
This bug is preventing me from using gitblit - I get it when trying to push to a gitblit repos. I guess I haven't tried cloning, since I cant create any repos yet. |
I solved that by putting that setup in my ~/.ssh/config for the gitblit server:
|
@fbacchella , does it mean you encountered it, too, or were able to reproduce it? What setup would reproduce the error? |
I had the problem when I tried to secure my ssh client, using Mozilla recommendations. This setup fails:
|
In this case the error was caused by a bug in MINA SSHD (SSHD-604). Your config prefers |
next GitBlit version ? That would be so nice. |
@fbacchella , the code is done, as far as I am concerned. The rest is managerial stuff. |
Hi,
When I try to clone by ssh protocol, I got the following error log on gitblit.
2018-04-17 15:47:29 [INFO ] creating ssh session from /172.31.212.138:53820
2018-04-17 15:47:29 [WARN ] Exception caught
org.apache.sshd.common.SshException: MAC Error
at org.apache.sshd.common.session.AbstractSession.decode(AbstractSession.java:818)
at org.apache.sshd.common.session.AbstractSession.messageReceived(AbstractSession.java:331)
at org.apache.sshd.common.session.AbstractSessionIoHandler.messageReceived(AbstractSessionIoHandler.java:57)
at org.apache.sshd.common.io.nio2.Nio2Session$2.onCompleted(Nio2Session.java:220)
at org.apache.sshd.common.io.nio2.Nio2Session$2.onCompleted(Nio2Session.java:212)
at org.apache.sshd.common.io.nio2.Nio2CompletionHandler$1.run(Nio2CompletionHandler.java:34)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:31)
at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
at sun.nio.ch.Invoker$2.run(Unknown Source)
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered: