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 RSA keys #17

Merged
merged 2 commits into from
Aug 6, 2023
Merged

Support RSA keys #17

merged 2 commits into from
Aug 6, 2023

Conversation

Foxboron
Copy link
Owner

@Foxboron Foxboron commented Aug 5, 2023

This allows us to support RSA keys.

Note we can only do RSA2048 and it seems like most ssh servers still try to offer SHA-1.

Signed-off-by: Morten Linderud <morten@linderud.pw>
Signed-off-by: Morten Linderud <morten@linderud.pw>
@Foxboron Foxboron temporarily deployed to Build, sign, release binaries August 5, 2023 19:14 — with GitHub Actions Inactive
@Foxboron Foxboron temporarily deployed to Build, sign, release binaries August 5, 2023 19:14 — with GitHub Actions Inactive
@Foxboron Foxboron temporarily deployed to Build, sign, release binaries August 5, 2023 19:14 — with GitHub Actions Inactive
@Foxboron Foxboron mentioned this pull request Aug 6, 2023
@Foxboron Foxboron merged commit 1c987ce into master Aug 6, 2023
10 checks passed
@dblitt
Copy link

dblitt commented Aug 18, 2023

Is the restriction of RSA 2048 bits a technical limitation of TPMs?

@Foxboron
Copy link
Owner Author

@dblitt Yes, but some TPMs might support stronger keys. I'm not sure how to figure this out dynamically so currently 2048 is good enough.

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.

2 participants