mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 15:13:46 -05:00
[GH-ISSUE #3271] No way to enter passphrase for encrypted SSH private keys #32419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kiber-io on GitHub (Jun 14, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3271
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
It appears that Pangolin does not support SSH private keys protected with a passphrase.
When a passphrase-protected private key is configured, authentication fails because there is no way to provide the key's passphrase.
Newt logs show:
At the moment, the only apparent workaround is to use an unencrypted private key, which is generally not recommended.
Environment
Steps to reproduce
Actual Behavior
Authentication fails. There is no prompt or UI element for entering the private key passphrase.
Expected Behavior
Pangolin should provide a way to enter the private key passphrase and complete authentication.