http://bugzilla.novell.com/show_bug.cgi?id=612829 http://bugzilla.novell.com/show_bug.cgi?id=612829#c0 Summary: ksshaskpass fails to use kwallet Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Applications AssignedTo: kde-maintainers@suse.de ReportedBy: schmuker@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.3 (like Gecko) SUSE ksshaskpass fails to store ssh key passwords in kwallet, although it asks for the wallet password. Reproducible: Always Steps to Reproduce: 1. Install ksshaskpass and set up your .xsession file to use it (see below) 2. Log in to KDE4 3. ksshaskpass asks for the wallet password, enter it 4. ksshaskpass asks for the ssh key password, enter it and check the "Remember password" box. Actual Results: ksshaskpass keeps asking for the ssh key password upon each login. There is no discernible ssh-related entry in the wallet. Expected Results: ksshaskpass should only ask for the ssh key password once and store it in the wallet. In order to use ksshaskpass you'll have to modify your .xsession file to prefer ksshaskpass over other alternatives: [snip] # # Run ssh-agent only if ssh is configured and avaliable. # SSH_ASKPASS="" if test "$usessh" = "yes" -a -d $HOME/.ssh ; then if test -x /usr/lib64/ssh/ksshaskpass ; then SSH_ASKPASS="/usr/lib64/ssh/ksshaskpass" export SSH_ASKPASS elif test -x /usr/lib/ssh/x11-ssh-askpass ; then SSH_ASKPASS="/usr/lib/ssh/x11-ssh-askpass" export SSH_ASKPASS elif test -x /usr/lib64/ssh/x11-ssh-askpass ; then SSH_ASKPASS="/usr/lib64/ssh/x11-ssh-askpass" export SSH_ASKPASS fi fi [snap] -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.