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 `_showPassphraseDialog` method now returns a boolean indicating whether the dialog was closed without saving.
The `_saveAndTestConnection` method now catches `SSHKeyDecryptError` when parsing the private key. If this error occurs, it calls `_showPassphraseDialog` to prompt the user for the passphrase.
This ensures that if an encrypted key is provided and the user cancels the passphrase dialog, the connection is not saved.
0 commit comments