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

fix: MSG_USERAUTH_SUCCESS should be alone without extra bits #46

Merged
merged 1 commit into from Oct 22, 2019

Conversation

mek-yt
Copy link

@mek-yt mek-yt commented Oct 4, 2019

Hi,

I use tinyssh to unlock LUKS fully encrypted system remotely. I tried to use asyncssh (https://github.com/ronf/asyncssh) to automatically input the cipher passphrase from a password store, but I had a error from asyncssh even with user authentication success from tinyssh.

From a discussion with asyncssh maintainer (https://groups.google.com/forum/#!topic/asyncssh-users/5IxCDmbTqZc), buf_putstring(b,"ssh-connection"); should be removed given RFC 4252.

For now, I remove the checking part in asyncssh in my computer and the unlocking tool is working. But, I think it should be in tinyssh.

Do you agree with this modification ?

Thanks,
Mehdi

Credit for this modification go to Ron Frederick :).

@janmojzis janmojzis merged commit 7e2b402 into janmojzis:master Oct 22, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants