forked from PowerShell/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Agent To Differentiate Key Types
- Adjusted registry entires used by the SSH agent to include a SSH key type in the registry key name.
- Loading branch information
1 parent
68ad673
commit d7b6489
Showing
1 changed file
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d7b6489
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 @NoMoreFood.
A few comments:
To address these, here's my proposal:
Something like this
Can you also please add test cases in regress\pesterTests\KeyUtils.Tests.ps1
d7b6489
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.
I should have looked the Unix implementation more closely. Topically, I like your proposal and will investigate further.
d7b6489
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.
Any chance this could be resurrected as it's still a problem in 2024.