Summary: | ksshaskpass cannot remember more than one single passphrase | ||
---|---|---|---|
Product: | [Applications] ksshaskpass | Reporter: | Marc Schiffbauer <mschiff> |
Component: | general | Assignee: | Jeremy Whiting <jpwhiting> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kbugs, postix |
Priority: | NOR | ||
Version: | 5.3.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Remove comment from command line argument |
Description
Marc Schiffbauer
2015-05-15 08:33:45 UTC
Created attachment 106373 [details]
Remove comment from command line argument
When you use "ssh-add -c" to add a key file, ksshaskpass is called with an argument like "Enter passphrase for filename (will confirm each use):". Because ksshaskpass uses the last word as file name, it places an entry for "use)" in the wallet.
My patch removes all text in parentheses from the command line argument before taking the last word as file name.
The patch is for ksshaskpass 5.8. Please check if this issue is also visible with version 5.10.3, because the way prompts are parsed has been rewritten. I can confirm that v5.10.3 works perfectly. Thank you very much! (In reply to kbugs from comment #3) > I can confirm that v5.10.3 works perfectly. Thank you very much! So can this be closed? :) Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |