We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Digging into SK keys, it turns out they have options and we could expose them in our various key info tables.
The disk storage format is documented at https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f and I think the flags themselves are https://github.com/openssh/openssh-portable/blob/82662d562cf54829df8a941cdfb2fd307e1d9a90/sk-api.h#L26
Note that we can only read this for unencrypted keys. Which might make the table output a little ugly.
If we did this, it would be around
launcher/ee/keyidentifier/openssh.go
Line 48 in 9ead31a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Digging into SK keys, it turns out they have options and we could expose them in our various key info tables.
The disk storage format is documented at https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f and I think the flags themselves are https://github.com/openssh/openssh-portable/blob/82662d562cf54829df8a941cdfb2fd307e1d9a90/sk-api.h#L26
Note that we can only read this for unencrypted keys. Which might make the table output a little ugly.
If we did this, it would be around
launcher/ee/keyidentifier/openssh.go
Line 48 in 9ead31a
The text was updated successfully, but these errors were encountered: