Questions tagged [password]
Questions regarding password-based authentication and password management
1,263 questions
-7 votes
0 answers
61 views
Cannot login using the username and password created during Kali Linux installation [closed]
How is it possible to set up a Kali Linux installation so that the password that I just set up works? The default credentials do not work: username: root password: toor I could go on listing all the ...
0 votes
0 answers
57 views
Is it possible to configure OpenDoas to allow multiple password attempts before failure?
I'm using doas for privilege escalation together with a command-line program that calls into either sudo or doas (OpenDoas on Linux, this program does not support BSDs) for authentication when it ...
6 votes
3 answers
864 views
understanding sha512 hash in /etc/shadow
for RHEL-8.10 with /etc/login.defs having ENCRYPT_METHOD SHA512 for my local ron account I set {as root} the password for it to also be just ron. As such in /etc/shadow I have this: ron:$6$...
0 votes
2 answers
106 views
checking for strong passwords in Linux as an admin
as a Linux admin I have root access and there are however many local users specified in /etc/passwd This is in RHEL-8.10 having ENCRYPT_METHOD SHA512 and /etc/security/pwquality.conf is configured ...
1 vote
1 answer
110 views
How do I enable root account = set root password in Synology DSM 7.2?
How do I enable root account = set root password in Synology DSM 7.2? (On Synology DS923+, but I believe it is not at all hardware-bound.) Being rooted with sudo -i, I tried passwd, but I got: -ash: ...
0 votes
0 answers
49 views
Running sshfs through ssh proxy and passing in passwords: why does this work?
I have a remote machine that I must access through a proxy, and so I have set up the remote's ssh alias like so: Host server HostName server-ip User my-username ProxyCommand ssh my-proxy-...
1 vote
0 answers
130 views
How to debug chpasswd "Authentication token manipulation error"
I'm trying to programmatically change a user's password using chpasswd, but I'm getting the following error: /sbin/chpasswd <<< "0s22xmgW:<new_password>" chpasswd: (user ...
0 votes
0 answers
189 views
fstab mount network drive password
I have problem automounting a network drive, and I noticed the command line to do so uses commas to separate commands. I put username=xxx,password=xxxx there, ... But my password contain a comma. Does ...
1 vote
2 answers
126 views
SSH: How to verify the passphrase of a key but without doing an attempt of ssh connection?
About SSH I know the following command works: ssh -i id_rsa <username>@<ip> Of course: The remote server must be running The passphrase of the id_rsa key is requested and if it is valid ...
-2 votes
1 answer
158 views
Password revealed in terminal after empty password attempt [closed]
In Ubuntu (maybe other distros too) terminals it appears that password echoing gets enabled between failed password prompts revealing whatever is being typed (the password most probable). I ...
1 vote
0 answers
156 views
SHA_CRYPT_MIN_ROUNDS value in /etc/login.defs
at https://www.man7.org/linux/man-pages/man5/login.defs.5.html With a lot of rounds, it is more difficult to brute force thepassword. But note also that more CPU resources will be needed to ...
0 votes
0 answers
34 views
matching pwquality.conf password requirements to Microsoft Window
Using RHEL-8.10 Linux servers in combination with Microsoft Windows 11 workstations in a work environment, samba server is being used with security = user and passdb backend = tdbsam. Doing a simple ...
1 vote
1 answer
233 views
Unable to set password of another user, even as root
I'm having an unusual problem. I created the user, and, I thought, set it's password. For additional context, this is in a production environment, and we are using RHEL 8.10 [root@computer ~] useradd ...
1 vote
1 answer
481 views
Keyring pop-up on login
I'm new to Linux and I've been running the latest version of Zorin OS. I've turned on automatic login on my desktop, but every time it boots, on the desktop a window pops up saying: "An ...
0 votes
0 answers
31 views
ckpasswd from inn2 does not behave the same as described in its man page
From reading man ckpasswd I gather that it should accept ClientAuthname: and ClientPassword: through its stdin and exit with an error code and error output, if the password is wrong. I used the Perl ...