[Bug 81067] using kwallet as an ssh-agent
Matt Whitlock
matt at whitlock.name
Sun Nov 2 07:34:22 CET 2008
http://bugs.kde.org/show_bug.cgi?id=81067
Matt Whitlock matt whitlock name changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matt at whitlock.name
--- Comment #27 from Matt Whitlock <matt whitlock name> 2008-11-02 07:34:19 ---
(In reply to comment #25)
> This package
> http://www.kde-apps.org/content/show.php/kssh-add?content=76675
>
> Does the whole thing very seamlessly.
That appears to be for KDE 3.5, whose KWallet uses DCOP rather than D-Bus for
interprocess communication. My script is for the KWallet in KDE 4.
(In reply to comment #26)
> The problem I had with kwallet-askpasss.sh was:
> >sh ./kwallet-askpass.sh
> ./kwallet-askpass.sh: 13: Syntax error: "(" unexpected
Not sure if functions are a POSIX shell feature or a bash extension. It might
work if you remove the () after get_string, since the parens are optional (and
mistakenly I put them on one function declaration but not on the other). If
that doesn't work, try changing the shebang line to #!/bin/bash. sh on my
system is actually bash, but on some systems it's something else.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdelibs-bugs
mailing list