~/.local/share/keyrings/*.keyring
file is responsible for personal/user/login keyring.
There is another file somewhere in the system responsible for 'Default keyring'. For example, lightdm may ask for a password to unlock this 'Default keyring' right on the desktop "welcome login" screen (in my case to decrypt passphrase required to bring up a wired/wireless network connection).
I want to know where this 'Default keyring' file is located.
Thank You!
seahorse
allows me to manage personal/user/login keyring, but not the one I'm interested in – sqr163 Jul 27 '17 at 23:32~/.gnome2/...
, but this dir is empty on my system. I know for sure, that there must be another file, because I know passwords for 'Login' and 'Default keyring' and two passwords are different.seahorse
allows me to manage only 'Login' keyring. – sqr163 Jul 28 '17 at 17:28/etc/shadow
file and is encrypted there. – Terrance Jul 28 '17 at 17:29/etc/shadow
storing single login password for each user, but a keyring named 'Login' on my system allows to store multiple passwords and data. My system has one more keyring which is called 'Default keyring' - and I need to know location of that file. – sqr163 Jul 28 '17 at 17:38passwd
command, you have to go back into seahorse and update your password there. Right click on the Login part and choose Change Password to match so that they are the same again so it stops asking you. – Terrance Jul 28 '17 at 17:49seahorse
allows me to manage keyring named 'Login' and (disclosure!) the password for my 'Login' keyring already matches to my login password. I know for sure that keyring named 'Default keyring' can only be unlocked using a different password. – sqr163 Jul 28 '17 at 17:58seahorse
itself, which allows to manage several personal/user keyrings and set one of them as a default. And this becomes really confusing when you need to find (like I am) a keyring named 'Default keyring'. – sqr163 Jul 28 '17 at 18:07~/.local/share/keyrings/login.keyring
. Everywhere I have looked all points back to the login.keyring file in your home folder. – Terrance Jul 28 '17 at 20:41