Auto-login potential security issue? #3540
psyhomb
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happens if SDDM terminates when returning from suspend or in any situation where the system session is expected to be locked? Would that allow the user to re-enter the system without a password prompt?
I would also like to propose using a lighter login manager as a replacement for SDDM. Greetd is a minimal, flexible, Rust based login manager daemon that makes no assumptions about which session you want to launch and is fully Wayland native.
In contrast, SDDM is still considered experimental on Wayland and brings along unnecessary Xorg, Qt dependencies.
Additionally, you can pair it greetd with greeter such as tuigreet, and you will be able to configure an initial session (auto-login) while still providing a fallback default session. This ensures that if greetd restarts, the user will be prompted to authenticate through tuigreet.
Example greetd configuration that I'm currently using in my Omarchy setup:
/etc/greetd/config.tomlBeta Was this translation helpful? Give feedback.
All reactions