Skip to main content

Questions tagged [shadow]

The tag has no usage guidance.

0 votes
1 answer
21 views

Debian passwd package sources - Unable to find patch that modifies passwd utility options

I noticed passwd utility doesn't support the -s/--stdin option on Debian which allows to read password from standard input. With this option you can do something like echo mypassword | passwd -s ...
designerrr's user avatar
0 votes
1 answer
36 views

How to syncronize credentials in a small laboratory? (very slim alternative to ldap)

We run a small lab with 20 Linux systems (RaspberryPI, NAS, Desktop PCs) for research with 4 scientists who all need sudo permissions. We trust all 4 users as they have sudo permission and physical ...
Jonas Stein's user avatar
  • 4,138
0 votes
1 answer
63 views

I've forgotten my password but am logged in--what tools can I use to assist in recovery and limit damages?

I have an encrypted hard drive. The hard drive, root user, and primary user all share the same password. I have successfully logged in but seem to have forgotten the password. I'm looking to limit the ...
mpr's user avatar
  • 1,154
0 votes
0 answers
41 views

How to calculate the password hash in /etc/shadow [duplicate]

I have the following line in my /etc/shadow file (SALT and HASHED_PASSWORD are not real values for obvious reason). And I understand $6 means SHA512 is used. testuser:$6$SALT$HASHED_PASSWORD:19591:0:...
DrizzleX's user avatar
  • 125
0 votes
2 answers
341 views

Difference between *LK* in /etc/shadow and /usr/sbin/nologon in /etc/passwd

What is the practical difference between setting *LK* in /etc/shadow and setting /usr/sbin/nologon in /etc/passwd? When would we choose one over the other? When would we combine them?
Lyubomir's user avatar
  • 113
0 votes
1 answer
146 views

Difference between passwd and passwd- file as well as shadow and shadow- file

on my server running UnraidOS I got a bit suspicious. There are both 'passwd' and 'passwd-' files (same goes for shadow(-)). These ones should be only backups as I understood. Running: root@Unraid-...
Dakanomo's user avatar
0 votes
0 answers
92 views

Password manager which gets unlocked by logging in into your session other than GNOME Keyring

Windows has a neat feature: it has a built-in password manager/storage which gets unlocked automatically when you log in. Are there any Linux applications which are linked to pam.d, so that entering ...
Artem S. Tashkinov's user avatar
0 votes
1 answer
103 views

Hashed passwords are NOT similar although the salt and password are similar

I had created two users on Linux with the same exact passwords, but when I looked at the /etc/shadow file, I found that the hashed values look different, although the salt file is the same. (Please ...
David Nicola's user avatar
-1 votes
1 answer
234 views

How to get user creation details

Kindly assist to to get user creation details (date and time) and users login details in Solaris 10
eliot's user avatar
  • 31
0 votes
1 answer
86 views

etc shadow file for passwd - calculate not only date but time

I want to know if there is a way to get the last password change date + time stamp ?
yolook_daemon's user avatar
3 votes
1 answer
1k views

Where is the system's "sys" user's password hash stored in Debian?

I want to get the password hash of the sys user in Debian (but the password is preferred). I heard that all password hashes are stored in the /etc/shadow file, but there isn't a password hash for the ...
Vad Sim's user avatar
  • 195
0 votes
1 answer
104 views

How to update user password with the file has password,without prompt key in?

I am using Debian 11,set password with shadow. I random generate password into file pas: cat pas "Th3P@ssw0rd" When I update password to normal user has sudo privilege, sudo passwd username ...
kittygirl's user avatar
  • 111
6 votes
1 answer
4k views

What does j9T mean in yescrypt (from /etc/shadow)?

Consider this Shadow string $y$j9T$PaFEMV0mbpeadmHDv0Lp31$G/LliR3MqgdjEBcFC1E.s/3vlRofsZ0Wn5JyZHXAol5 There are 4 parts id : y (yescrypt) param : j9T salt : PaFEMV0mbpeadmHDv0Lp31 hash : G/...
kelalaka's user avatar
  • 165
3 votes
1 answer
676 views

Accept both MD5 and SHA512 hashes is /etc/shadow

recently upgraded debian server with many users to a recent version. The old server used MD5 password hashes (the shadow passwords begin with $1$) and new one is configured to use SHA-512. I want to ...
Paweł's user avatar
  • 31
0 votes
1 answer
123 views

Shadow service "user 'ftp': directory '/srv/ftp' does not exist"

Once in a while, my server throws this error when trying to run the shadow service. I can delete the users (http and ftp) but they keep reappearing. I don't want to add the directories, nor do I need ...
TheChubbyPanda's user avatar

15 30 50 per page
1
2 3 4 5
7