-
Notifications
You must be signed in to change notification settings - Fork 116
Add support for openssh comments when generating a private key #395
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
base: main
Are you sure you want to change the base?
Conversation
04b4659 to
cc4909c
Compare
cc4909c to
672b916
Compare
|
Any news? Would be useful for scenarios like #227 (comment) |
|
Agreed - exactly the same use case I have. Can @bendbennett @bflad help (as the most prolific contributors)? |
|
Come on guys please, this is what we also need. |
1752d24 to
4dfafd0
Compare
|
Can this be reviewed? |
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.
Thanks for this PR @F21! Overall this looks great, there are two minor comments which would be good to have addressed. Once that's done and the PR is rebased I can run the CI on this and we should be good to go!
|
Thanks for the review @stephybun ! I removed the I also implemented |
This PR adds the
openssh_commentattribute to allow the addition of a comment to openssh keys.Closes #227