Skip to content
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

"illegal padding" error when trying to connect #5

Closed
lstep opened this issue Nov 4, 2016 · 2 comments
Closed

"illegal padding" error when trying to connect #5

lstep opened this issue Nov 4, 2016 · 2 comments

Comments

@lstep
Copy link

lstep commented Nov 4, 2016

I compiled sshesame (using go1.7.3), but each time I try to connect to it, I get an error on the server, disconnecting the ssh client (Ubuntu, OpenSSH 6.6.1p1):

2016/11/04 14:57:36 Listen: 127.0.0.1:2022
2016/11/04 14:58:19 Connection: client=127.0.0.1:56326
2016/11/04 14:58:23 Failed to establish SSH connection: ssh: illegal padding 77
2016/11/04 14:58:32 Connection: client=127.0.0.1:56328
2016/11/04 14:58:35 Failed to establish SSH connection: ssh: illegal padding 74
@jaksi
Copy link
Owner

jaksi commented Nov 7, 2016

I could not reproduce this.

Some SSH logs might help (ssh -v, might contain sensitive data about your keys and whatnot, obviously remove that).

Have you specified a host key or did you let sshesame generate a temporary one? If you specified one, what signature algorithm did you use (ed25519, ecdsa, rsa, dsa)?

@jaksi
Copy link
Owner

jaksi commented Dec 8, 2016

Closing due to inactivity

@jaksi jaksi closed this as completed Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants