[Bug 81067] using kwallet as an ssh-agent

Matt Whitlock matt at whitlock.name
Mon Oct 6 13:39:01 CEST 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 #23 from Matt Whitlock <matt whitlock name>  2008-10-06 13:38:56 ---
Just store the unencrypted SSH private key directly in the wallet (let the
wallet handle encrypting it on disk) and supply it to ssh on demand using the
same Unix socket protocol that ssh-agent uses.  There's no need for a separate
key file, passphrase, or ssh-agent process.  The ssh-agent socket protocol is
dirt simple; KWallet should just implement it directly.  Then the only
moderately difficult part is importing SSH keys into the wallet without ever
writing them to disk unencrypted.


-- 
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