-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: PuTTY PPK support for non-RSA keys #48650
Conversation
The commit adds support for Ed25519 and ECDSA keys to PuTTY PPK files generated by tsh. It also adds support for Ed25519 and ECDSA trusted host CAs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; this is so much more elegant than what I originally wrote 😅
Let me know if you want any help testing tsh
and PuTTY on a real v17 cluster.
@webvictim I got a windows laptop recently and I did test this out on my v17 dev cluster, it was working for me, probably don't need you to try it unless you feel like it, thanks for taking a look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this on a local cluster with balanced-v1.
friendly ping @doggydogworld I need one more review on this |
@nklaassen See the table below for backport results.
|
This commit adds support for Ed25519 and ECDSA keys to PuTTY PPK files generated by tsh on Windows. It also adds support for Ed25519 and ECDSA trusted host CAs.