Skip to content
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

SSH Recipients / Identities #1

Closed
olastor opened this issue Jan 4, 2024 · 1 comment
Closed

SSH Recipients / Identities #1

olastor opened this issue Jan 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@olastor
Copy link
Owner

olastor commented Jan 4, 2024

SSH recipients / identities are currently not supported, but it would be very nice to include them. The main obstacle seems to be that in the case of encrypted identity files, both the public and private key need to be known. However, at decryption getting the public key is not straight forward and needs further investigation. Maybe one of the following options works:

  • Derive public key from private key (not possible because it's password protected most likely)
  • Find matching public key in stanza (how to match it with the encrypted ssh key?)
  • User must provide both public/private key in SSS identity (worsens UX)
@olastor olastor added the enhancement New feature or request label Jan 4, 2024
@olastor
Copy link
Owner Author

olastor commented Jan 13, 2024

added in 97b86d0

@olastor olastor closed this as completed Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant