Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Set a user password, then reboot the device to ensure this change has applied properly.
Open the terminal and type `passwd`, it will allow you to change your user password.
Make sure you are typing the password properly, ideally use an external keyboard instead of the touch ones, they can be unreliable.
So you share the device with others? Otherwise what's the point. Can just toggle the login screen and it requires user pw to enter the desktop again and this also puts the screen to sleep automatically after a short period of being on this screen.
If you want to better protect the data and device, use a BIOS password or password required after the system POST. Then also encrypt your OS drive and any other drive that has sensitive data.
Not sure about Linux but on any WinOS cracking the user password is super simple and easy it the device was stolen and I wanted to get into the user account to see files and not just wipe the drives clean.
Anything actually important should be on external drive, never the OS drive.
BIOS password + Drive encryption
The relevant part of the disk is encrypted (I'm looking forward to having more than "just" home encrypted, though) and the password is the right one, because otherwise I'd be unable to sudo commands in the shell, which I can.
I don't share my SD with other people. I just want to protect my data (-> desktop replacement) in case of theft/loss, which not sharing doesn't accomplish.
The issue seems to be entirely screen saver related, but I don't know where to start looking.
Using sudo with the same password works, but apparently then the password is checked via 'pam_unix' and 'unix_chkpwd' is not involved:
To narrow it down I tried an alternative means of locking the screen and installed 'xlock'.
Yet the scheme is similar - 'unix_chkpwd' fails the password check and 'pam_unix' reports an authentication failure:
So I wonder: is 'unix_chkpwd' doing a bad job or is something missing to get the password checked by it successfully?
And if so, what is missing?
Am I really the only one with a screen saver on the SteamDeck in desktop mode that can't be unlocked by typing in the correct password?
A quite suitable workaround is to switch to a different virtual terminal and disable the lock screen from there. That requires a physical keyboard, but that should be available when using the SD in desktop mode.
It still bugs me that something as trivial as the screen saver isn't working like it should.
The user 'deck' wasn't allowed to log in according to:
The asterisk instead of a hashed and salted password means that no password can be used to access the account.
This usually occurs in daemon accounts that an ordinary user can’t access.
Well, in this case I want to have a password to access the account deck and sadly the 'passwd' command doesn't enter the password into /etc/shadow.
So I created a password and put it manually into /etc/shadow.
If you want to do the same, open a terminal on your SteamDeck and run (replace "randomString" and "yourPassword" before you do):
Then
After that run
Additionally you can activate the lock after waking from sleep:
System settings -> Security & Privacy -> Screen Locking -> check the box at "Lock after waking from sleep"
Be aware that a screen lock can only protect any data on your SteamDeck if you encrypted at least your home directory.
I did so with: https://gitlab.steamos.cloud/holo/dirlock/-/wikis/Enabling-disk-encryption-on-the-Steam-Deck
Also be aware that both the encryption and tinkering with /etc/shadow are not without risk, but a necessary evil, if you want your data and logins on your SteamDeck be protected from abuse after loss or theft of the SteamDeck.
Have fun!