I've got key database (called default) on my ubuntu and it still asks me about password that I don't know. How can I turn it off or just get pass ?

link|improve this question

44% accept rate
1  
Are you talking about the Ubuntu keyring? If you've forgotten the password (which can be different from your login password) you may have to delete the default keyring and create a new one. I'm not sure there is a way to recover that without brute force. – skub Mar 20 '11 at 16:20
feedback

1 Answer

up vote 1 down vote accepted

If you're running gnome and you just want to delete the key ring and start over, you could just delete it.

WARNING THIS WILL DELETE YOUR KEYRING AND ALL THE CONTENTS!

rm ~/.gnome2/keyrings/login.keyring
link|improve this answer
You lead me to the better way but I had to remove defualt.keyring – oneat Mar 21 '11 at 13:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.