You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation does not allow retrieving SSH private keys in open-ssh format.
When using the CLI and the read subcommand, I can provide ?ssh-format=openssh to the end of the path to return the key in open-ssh format.
Proposed solution
Allowing query parameters to be appended to lookup keys, when using property
Summary
The current implementation does not allow retrieving SSH private keys in open-ssh format.
When using the CLI and the
read
subcommand, I can provide?ssh-format=openssh
to the end of the path to return the key in open-ssh format.Proposed solution
Allowing query parameters to be appended to lookup keys, when using
property
Example
Assuming the following config:
The outputted key is as follows:
However, the expected value should be in
openssh
format:The text was updated successfully, but these errors were encountered: