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

Support ssh-rsa host keys with sha2 signature #94

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

AlexanderS
Copy link
Contributor

@AlexanderS AlexanderS commented Aug 24, 2020

This adds support for rsa-sha2-256 and rsa-sha2-512 host keys. The host key
itself is still an rsa key but with sha2 signatures, so there is no new code
needed to decode the host key. The sha2 signatures are already supported, too.

This will fix connectbot/connectbot#698 (after updating the library in connectbot).

This adds support for rsa-sha2-256 and rsa-sha2-512 host keys. The host key
itself is still an rsa key but with sha2 signatures, so there is no new code
needed to decode the host key. The sha2 signatures are already supported, too.
@CLAassistant
Copy link

CLAassistant commented Aug 24, 2020

CLA assistant check
All committers have signed the CLA.

@kruton
Copy link
Member

kruton commented Aug 26, 2020

Thanks. I think this also needs to modify the integration tests to save to KnownHosts after connecting. That's why the tests were passing.

@kruton kruton merged commit e2233c2 into connectbot:main Aug 27, 2020
@AlexanderS AlexanderS deleted the fix/rsa-sha2-host-keys branch August 27, 2020 14:49
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.

failure to connect
3 participants