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
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
The Confirm key usage and Persist keys context menu options in pageant aren't saved. Changing the options and restarting pageant gives me default values.
If possible, don't save it in registry, implement something portable.
The text was updated successfully, but these errors were encountered:
Persist keys stays on if you enable it and add keys, i.e. it is enabled because it was enabled last time. At least, this is what is supposed to happen, and what I expect.
Open pageant for the first time ever.
Enable "persist keys".
Add a key.
Exit pageant.
Relaunch pageant.
pageant has remembered the list of keys, and the "persist keys" setting is on.
Does this match your expectations?
Confirm Key Usage can be enabled by a command-line flag, --confirm (like ssh-agent). Maybe pageant should automatically persist this when it's set to "Start with Windows", or you can add the flag yourself.
Thank you, that should fix the Confirm key usage option.
I didn't express myself clearly on the issue with Persist keys. It does save keys properly, but it seems I can't disable Persist keys option permanently. So if I don't want pageant to remember the keys I would need to manually remove them or manually disable Persist keys option every time as it stays enabled for me no matter what value it had last time I quit pageant.
The
Confirm key usage
andPersist keys
context menu options in pageant aren't saved. Changing the options and restarting pageant gives me default values.If possible, don't save it in registry, implement something portable.
The text was updated successfully, but these errors were encountered: