Difference between revisions of "KDE Wallet"
Kynikos.bot (talk | contribs) (remove language suffix from Category:Desktop environments (English), see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n) |
(→Using the KDE Wallet to store ssh keys: ssh-add should be in a separate line for this to work) |
||
Line 14: | Line 14: | ||
Add this content | Add this content | ||
#!/bin/sh | #!/bin/sh | ||
− | export SSH_ASKPASS=/usr/bin/ksshaskpass ssh-add </dev/null | + | export SSH_ASKPASS=/usr/bin/ksshaskpass |
+ | ssh-add </dev/null | ||
Revision as of 09:26, 17 May 2012
KDE Wallet Manager is a tool to manage the passwords on your KDE system. By using the KDE wallet subsystem it not only allows you to keep your own secrets but also to access and manage the passwords of every application that integrates with the KDE wallet.
Using the KDE Wallet to store ssh keys
Install Ksshaskpass from comunity repo:
pacman -S ksshaskpass
Create the file
~/.kde4/Autostart/ssh-add.sh
Add this content
#!/bin/sh export SSH_ASKPASS=/usr/bin/ksshaskpass ssh-add </dev/null
Make it executable and run
chmod +x ~/.kde4/Autostart/ssh-add.sh ~/.kde4/Autostart/ssh-add.sh
It will ask for your password and unlock the your ssh keys.
You may need to go to system settings -> advanced -> Autostart -> add script in newer version of KDE.
KDE Wallet for firefox
There is an addon to make firefox store passwords with KDE wallet.
http://kde-apps.org/content/show.php/Firefox+addon+for+kwallet?content=116886
KDE Wallet for chromium
Chromium has built in wallet integration.
To enable it you should run your Chromium browser by adding --password-store=kwallet or --password-store=detect.
While second option SHOULD be default it happened to not working for author, so it's if it's happening to You, invoke Your browser with:
chromium --password-store=kwallet