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

refactor: actually handle passphrase protected keys #326

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

shreddedbacon
Copy link
Member

Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated.
  • Changelog entry has been written

Just fixes the logic around the existing passphrase protected SSH key implementation in the CLI. It will now actually prompt if it detects a passphrase protected key.

This does not for work keys protected by yubikeys or the like, they will need to be added to ssh-agent, which is the recommended path generally. This support is purely for users that may use multiple keys, to access a single Lagoon that want to ensure they are using the right key to access a specific account.

Changelog Entry

@shreddedbacon shreddedbacon marked this pull request as ready for review March 19, 2024 22:58
@shreddedbacon shreddedbacon merged commit 90b3463 into main Mar 21, 2024
4 checks passed
@shreddedbacon shreddedbacon deleted the protected-keys branch March 21, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants