Bug 376318 - Regression: passwords no longer remembered, asks every time I open a shell
Summary: Regression: passwords no longer remembered, asks every time I open a shell
Status: RESOLVED WORKSFORME
Alias: None
Product: ksshaskpass
Classification: Applications
Component: general (show other bugs)
Version: 5.9.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jeremy Whiting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 20:54 UTC by Christian (Fuchs)
Modified: 2021-06-07 04:33 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian (Fuchs) 2017-02-10 20:54:13 UTC
Since upgrading to ksshaskpass 5.9.1 I get a password prompt every single time I open a new instance of my shell. 

Downgrading to 5.9.0 works, the passwords are read out of kwallet again. 

Let me know what kind of debug information I can provide.
Comment 1 Christoph Feck 2017-02-11 00:36:25 UTC
This is a regression in 5.9.1. There is a patch posted to bug 376228.

*** This bug has been marked as a duplicate of bug 376228 ***
Comment 2 Christoph Feck 2017-02-18 02:05:10 UTC
We could not verify if the issue from bug 376228 is indeed a duplicate.

If your issue is not fixed with Plasma 5.9.3, please add a comment, ideally with the debug output of the ksshaskpass program.
Comment 3 Christian (Fuchs) 2017-02-18 21:31:33 UTC
Hi, seems to work so far with 5.9.3, otherwise I shall re-open. 

Kind regards, 

Christian
Comment 4 Christian (Fuchs) 2017-02-19 12:21:31 UTC
Hm, no, not fixed, 

unfortunately ksshaskpass gives zero usable debug output (is there a switch I don't know?), it just re-asks for the passphrase even though the keys have a valid entry in kwalletmanager. 

Removing all of them and re-adding them didn't help either. 

Fuchs
Comment 5 Moritz Bunkus 2017-02-21 12:16:22 UTC
I can confirm that for me 5.9.2 doesn't save anything at all. Reverting to 5.9.0 fixes the problem. ksshaskpass itself doesn't output anything useful. Neither does the wallet subsystem, even if I turn on "285 kdeui (wallet)" and "kwalletd" in kdebugdialog.
Comment 6 Christoph Feck 2017-02-23 20:55:29 UTC
ksshaskpass uses the new Qt logging. To get the debug output, please add ksshaskpass.*=true to your QT_LOGGING_RULES as described at http://doc.qt.io/qt-5/qloggingcategory.html

Either put it into your qtlogging.ini file or set the QT_LOGGING_RULES environment variable.

It should then display the failing prompt it needs to recognize.
Comment 7 Christoph Feck 2017-02-23 20:58:08 UTC
Your distribution might also have configured Qt to redirect any logging to the syslog daemon instead of to the Konsole. In that case, please ask in a forum of your distribution how to search for ksshaskpass messages in the system wide log files.
Comment 8 Moritz Bunkus 2017-02-24 08:23:57 UTC
I've tried the following with 5.9.2:

[0 mbunkus@chai-latte ~/tmp/askpass] export QT_LOGGING_RULES='ksshaskpass.*=true'
[0 mbunkus@chai-latte ~/tmp/askpass] ksshaskpass wuff                            
ksshaskpass: Unable to extract keyFile from phrase "wuff"
Pass a valid window to KWallet::Wallet::openWallet().
miau%                                                                                                                                                                                                                                        [0 mbunkus@chai-latte ~/tmp/askpass]

At the same time I had "journalctl -f" open as root. No message was written to the journal either. A regular syslog daemon is not running; I'm solely using systemd's journal for that.

Still completely useless.
Comment 9 Christian (Fuchs) 2017-03-19 19:28:05 UTC
(In reply to Moritz Bunkus from comment #8)

> Still completely useless.

And still completeley broken and useless in 5.9.3, I think I'll ask gentoo to mask it as it is apparently broken.

And no, it doesn't give any useful error messages. 

Pretty sure it is due to the "fix" with spaces in the entries, but I don't see why it would break.
Comment 10 Moritz Bunkus 2017-04-06 09:20:10 UTC
I've just bisected the problem. The first bad commit is 9dbabcb38862c1590503169be3ae7806e6673dba.
Comment 11 Moritz Bunkus 2017-04-06 09:27:22 UTC
More information. Running the compiled ksshaskpass from the command line shows the following debug information:

> ksshaskpass: Unable to extract keyFile from phrase "wuff"

"wuff" is the sole argument I've executed ksshaskpass with, as in:

> ./ksshaskpass wuff

My wallet does contain a password entry named "wuff", and ksshaskpass prior to commit 9dbabcb38862c1590503169be3ae7806e6673dba simply outputs that password.

This seems to me to be a case of wrong expectation of what the prompt contains… As soon as I call ksshaskpass with something that 9dbabcb38862c1590503169be3ae7806e6673dba expects it works, e.g.

> ./ksshaskpass "Enter passphrase for wuff: "

This works as expected.
Comment 12 Moritz Bunkus 2017-04-06 10:53:07 UTC
Sorry for spamming, but I think I should explain my use case here. I'm using ksshaskpass not just with ssh-add via SSH_ASKPASS, but also for other purposes, including:

* letting mutt retrieve the password to my IMAP server login,
* retrieving a password for the OpenConnect VPN client from the wallet,
* automatically mounting encrypted file systems with encfs and its support for external password programs

In each case I simply execute ksshaskpass with a custom prompt, e.g. "ksshaskpass 'IMAP password'". I've modified my scripts and configurations to adhere to ksshaskpass' new expectations; e.g. "ksshaskpass 'Enter passphrase for IMAP password: '", and that works for me. However, I'd rather this wouldn't be necessary, and that ksshaskpass would simply fall back to using the whole prompt as the storage key if the prompt wasn't recognized as one from ssh-add instead of refusing to work. Otherwise all use cases apart from ssh-add will run into this problem because they're not aware that the prompt must follow pattern (including the trailing colon and space — the RegExes are that strict!).
Comment 13 Christian (Fuchs) 2017-04-06 16:58:30 UTC
(In reply to Moritz Bunkus from comment #12)
>  [...] 
> 
> In each case I simply execute ksshaskpass with a custom prompt, e.g.
> "ksshaskpass 'IMAP password'". I've modified my scripts and configurations
> to adhere to ksshaskpass' new expectations; e.g. "ksshaskpass 'Enter
> passphrase for IMAP password: '", and that works for me. However, I'd rather
> this wouldn't be necessary,

Also this sounds like something that is going horribly wrong as soon as localization comes into play, which might explain why it is broken here. 

Can that commit please either be fixed properly or reverted? 

Thank you very much for your work in bisecting this :)
Comment 14 Christoph Feck 2017-04-21 14:02:18 UTC
I do not know if we have a maintainer for ksshaskpass, it looks like someone else (i.e. not the developer) imported the code.

Reading the commit log of 9dbabcb38862c1590503169be3ae7806e6673dba I understand it was intended for ssh, not for custom uses. The name suggests the same.
Comment 15 Moritz Bunkus 2017-04-21 14:14:31 UTC
I get that, believe me. However, ksshaskpass is a very convenient tool for storing & retrieving passwords securely without having to write a whole script around dbus calls. Excellent for one-liner use such as the use cases I've listed before.

One solution I can see is to simply introduce another command line parameter that specifies the key to store/retrieve. If that option is given all the prompt parsing would be skipped.

If I wrote such a patch, would there be a non-trivial chance it'd get looked at and (assuming it's fine) applied? Or is there not being a maintainer basically a guarantee such a patch would not get looked at?
Comment 16 Christoph Feck 2017-04-21 19:50:05 UTC
Well, we had developers looking at the patches that broke your use case, so I guess the chances are high that someone understands your position and accepts a patch to restore that.

In any case, if you add it to https://phabricator.kde.org/differential/diff/create/ please also add the Differential link here.
Comment 17 Christian (Fuchs) 2017-04-22 09:01:16 UTC
I'd say the main problem here is that it does not only break for special use cases, but for some people (e.g. me) for the very standard usecase of ssh. 

So it's completely unusable for me right now.
Comment 18 postix 2021-05-08 13:02:19 UTC
Christian, can you still reproduce it?
Comment 19 Bug Janitor Service 2021-05-23 04:33:41 UTC
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!
Comment 20 Bug Janitor Service 2021-06-07 04:33:35 UTC
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!