How to completely reset/erase the keyring?
Something happened to my keyring, I think chrome asked for a new password to create a new keyring and erased the old one, but now the process repeats. I save a few passwords and then it resets it again.
How do I completely swipe/remove/erase the keyring, so that this problem stops?
keyrings
add a comment |
Something happened to my keyring, I think chrome asked for a new password to create a new keyring and erased the old one, but now the process repeats. I save a few passwords and then it resets it again.
How do I completely swipe/remove/erase the keyring, so that this problem stops?
keyrings
add a comment |
Something happened to my keyring, I think chrome asked for a new password to create a new keyring and erased the old one, but now the process repeats. I save a few passwords and then it resets it again.
How do I completely swipe/remove/erase the keyring, so that this problem stops?
keyrings
Something happened to my keyring, I think chrome asked for a new password to create a new keyring and erased the old one, but now the process repeats. I save a few passwords and then it resets it again.
How do I completely swipe/remove/erase the keyring, so that this problem stops?
keyrings
keyrings
asked Nov 11 '11 at 20:24
Richard RodriguezRichard Rodriguez
3,205102435
3,205102435
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Open ~/.gnome2/keyrings/
, remove all the files there that end with .keyring
.
Next time keyring shows up for any reason do not enter a password for it and verify that you want to use unsafe storage. Keyring will still save your passwords and will not ask you again for a password.
Another option is to disable keyring so the deamon does not run but then you wont have keyring saving your passwords for you common programs.
add a comment |
On Ubuntu 13.10 or later:
rm ~/.local/share/keyrings -fr
Next time, when setup your keyring question appears just don't setup any.
add a comment |
A way I liked is the old way and it worked:
Press Alt+Ctrl+T.
Then, the terminal opens up, and then in there enter:
passwd
joeri@joeri-NC10:~$ passwd
Nieuw UNIX-wachtwoord invoeren:
Nieuw UNIX-wachtwoord herhalen:
passwd: wachtwoord is met succes aangepast
joeri@joeri-NC10:~$ sudo emacs
[sudo] password for joeri:
joeri@joeri-NC10:~$ ^C
joeri@joeri-NC10:~$
3
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you openemacs
(but with no particular document) asroot
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.
– Eliah Kagan
Nov 20 '11 at 20:10
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f78344%2fhow-to-completely-reset-erase-the-keyring%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open ~/.gnome2/keyrings/
, remove all the files there that end with .keyring
.
Next time keyring shows up for any reason do not enter a password for it and verify that you want to use unsafe storage. Keyring will still save your passwords and will not ask you again for a password.
Another option is to disable keyring so the deamon does not run but then you wont have keyring saving your passwords for you common programs.
add a comment |
Open ~/.gnome2/keyrings/
, remove all the files there that end with .keyring
.
Next time keyring shows up for any reason do not enter a password for it and verify that you want to use unsafe storage. Keyring will still save your passwords and will not ask you again for a password.
Another option is to disable keyring so the deamon does not run but then you wont have keyring saving your passwords for you common programs.
add a comment |
Open ~/.gnome2/keyrings/
, remove all the files there that end with .keyring
.
Next time keyring shows up for any reason do not enter a password for it and verify that you want to use unsafe storage. Keyring will still save your passwords and will not ask you again for a password.
Another option is to disable keyring so the deamon does not run but then you wont have keyring saving your passwords for you common programs.
Open ~/.gnome2/keyrings/
, remove all the files there that end with .keyring
.
Next time keyring shows up for any reason do not enter a password for it and verify that you want to use unsafe storage. Keyring will still save your passwords and will not ask you again for a password.
Another option is to disable keyring so the deamon does not run but then you wont have keyring saving your passwords for you common programs.
answered Nov 11 '11 at 20:38
Bruno PereiraBruno Pereira
60.6k26180209
60.6k26180209
add a comment |
add a comment |
On Ubuntu 13.10 or later:
rm ~/.local/share/keyrings -fr
Next time, when setup your keyring question appears just don't setup any.
add a comment |
On Ubuntu 13.10 or later:
rm ~/.local/share/keyrings -fr
Next time, when setup your keyring question appears just don't setup any.
add a comment |
On Ubuntu 13.10 or later:
rm ~/.local/share/keyrings -fr
Next time, when setup your keyring question appears just don't setup any.
On Ubuntu 13.10 or later:
rm ~/.local/share/keyrings -fr
Next time, when setup your keyring question appears just don't setup any.
answered Apr 2 '14 at 21:42
ZoltanZoltan
32827
32827
add a comment |
add a comment |
A way I liked is the old way and it worked:
Press Alt+Ctrl+T.
Then, the terminal opens up, and then in there enter:
passwd
joeri@joeri-NC10:~$ passwd
Nieuw UNIX-wachtwoord invoeren:
Nieuw UNIX-wachtwoord herhalen:
passwd: wachtwoord is met succes aangepast
joeri@joeri-NC10:~$ sudo emacs
[sudo] password for joeri:
joeri@joeri-NC10:~$ ^C
joeri@joeri-NC10:~$
3
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you openemacs
(but with no particular document) asroot
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.
– Eliah Kagan
Nov 20 '11 at 20:10
add a comment |
A way I liked is the old way and it worked:
Press Alt+Ctrl+T.
Then, the terminal opens up, and then in there enter:
passwd
joeri@joeri-NC10:~$ passwd
Nieuw UNIX-wachtwoord invoeren:
Nieuw UNIX-wachtwoord herhalen:
passwd: wachtwoord is met succes aangepast
joeri@joeri-NC10:~$ sudo emacs
[sudo] password for joeri:
joeri@joeri-NC10:~$ ^C
joeri@joeri-NC10:~$
3
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you openemacs
(but with no particular document) asroot
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.
– Eliah Kagan
Nov 20 '11 at 20:10
add a comment |
A way I liked is the old way and it worked:
Press Alt+Ctrl+T.
Then, the terminal opens up, and then in there enter:
passwd
joeri@joeri-NC10:~$ passwd
Nieuw UNIX-wachtwoord invoeren:
Nieuw UNIX-wachtwoord herhalen:
passwd: wachtwoord is met succes aangepast
joeri@joeri-NC10:~$ sudo emacs
[sudo] password for joeri:
joeri@joeri-NC10:~$ ^C
joeri@joeri-NC10:~$
A way I liked is the old way and it worked:
Press Alt+Ctrl+T.
Then, the terminal opens up, and then in there enter:
passwd
joeri@joeri-NC10:~$ passwd
Nieuw UNIX-wachtwoord invoeren:
Nieuw UNIX-wachtwoord herhalen:
passwd: wachtwoord is met succes aangepast
joeri@joeri-NC10:~$ sudo emacs
[sudo] password for joeri:
joeri@joeri-NC10:~$ ^C
joeri@joeri-NC10:~$
edited Feb 5 at 22:32
zixuan
63115
63115
answered Nov 20 '11 at 19:21
Joeri JungschlagerJoeri Jungschlager
7
7
3
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you openemacs
(but with no particular document) asroot
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.
– Eliah Kagan
Nov 20 '11 at 20:10
add a comment |
3
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you openemacs
(but with no particular document) asroot
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.
– Eliah Kagan
Nov 20 '11 at 20:10
3
3
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you open
emacs
(but with no particular document) as root
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.– Eliah Kagan
Nov 20 '11 at 20:10
What does this have to do with the keyring? First you change the user password, which is totally separate from the keyring, and then you open
emacs
(but with no particular document) as root
...and you do it in a way that is highly inadvisable. This would make a little bit of sense if configuration files needed to be edited, but they don't--to reset the keyring, they need to be removed.– Eliah Kagan
Nov 20 '11 at 20:10
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f78344%2fhow-to-completely-reset-erase-the-keyring%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown