Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on How to configure GNOME Keyring to by default NOT automatically unlock keyrings whenever logged in, on Debian?

Post

How to configure GNOME Keyring to by default NOT automatically unlock keyrings whenever logged in, on Debian?

+4
−0

On a Debian Buster system I use, the password for connecting to a VPN is stored in the GNOME Keyring. Therefore, whenever I want to connect to the VPN in question, I get prompted to unlock my keyring. This is unproblematic.

However, that dialog has a checkbox "Automatically unlock this keyring whenever I'm logged in", which defaults to being checked.

I don't want that, so every time, I have to go out of my way to uncheck it.

I'm finding plenty of suggestions on how to unlock the keyring automatically and immediately upon login (for example, using libpam-gnome-keyring), but I want the opposite.

How can I configure the system to default to not automatically unlock the keyring whenever I'm logged in?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (2 comments)
General comments
Incnis Mrsi‭ wrote almost 3 years ago

Did you try to erase auto_start in /etc/pam.d/login along the lines of https://rtfm.co.ua/en/linux-gnome-keyring-setup-as-freedesktop-secretservice/#GNOME_Keyring_unlock_on_Log_In ?

Canina‭ wrote almost 3 years ago · edited almost 3 years ago

@IncnisMrsi No, I haven't, but how would that be relevant? That page seems to be about how to make KeePass use a master password that is stored in the Gnome Keyring; I fail to see how that would help me here. Also, even if it works, having to edit the PAM configuration to change the default for a setting like that seems... heavy-handed.