Skip to main content

Questions tagged [password]

A password is a collection of characters that is used, usually in conjunction with a username, as a means of authentication.

0 votes
1 answer
230 views

As stated in the title I was wondering if there is a mode to avoid postfix showing clear text passwords and user names exchanges in log files. In my current simple setup, postfix is configured as a ...
UUVE's user avatar
  • 11
0 votes
0 answers
1k views

RHEL 9.4. Running passwd accountName comes back with: passwd Authentication token manipulation error. journalctl -xe gkr-pam: couldn't update the login keyring password: no old password was entered /...
Jmchave's user avatar
4 votes
2 answers
2k views

After a Debian 12 install without LVM and with plain ‘/boot’ and LUKS encryption for ‘/’ and ‘/swap’ with passwords, ‘/swap’ now needs to be configured without passwords, for example using ‘/dev/...
Wiebe van der Worp's user avatar
1 vote
1 answer
437 views

Either in cmd or PowerShell, I am lost at letting local users with standard user account to change their password by a script, similar to pressing ctrl-alt-delete -> change password...where it ...
fromusofa's user avatar
0 votes
1 answer
293 views

On my amazon linux ec2 instance, I created the group fungames and the user testuser-1. I then looked at the /etc/passwd and /etc/group file. The values added to the file by the linux subsystem doesn't ...
Tim Nguyen's user avatar
0 votes
1 answer
176 views

I have apache 2.4.57 on a windows server. I created a new folder that only needs to display files that can be downloaded. In the httpd.conf file, I added this: Alias "/pw_files" "f:\...
raphael75's user avatar
  • 135
-2 votes
1 answer
105 views

Windows Hello says "Your PIN is required to sign in. But when users enter their pin it is not accepted.
Ted Shaneyfelt's user avatar
0 votes
0 answers
59 views

I've been encountering an issue with domain PCs where it takes a longer time to notify entering of incorrect password. After conducting some research, we identified that the delay is caused due to ...
IT Researcher143's user avatar
0 votes
1 answer
67 views

We have many Linux servers. The requirement is all Linux servers log in into each other password-less with root user. The problem is if a server is added / removed / reinstalled its SSH key needs to ...
huz_akh's user avatar
0 votes
1 answer
458 views

We have an application that sends a request to an IBM Tivoli Netcool/OMNIbus 8.1 server's ObjectServer REST API. In the request, there is an Authorization HTTP header set to Basic <base64-encoded ...
pacoverflow's user avatar
0 votes
1 answer
226 views

How can I forbid an user to set a password with e.g. the german Umlaut characters äöüÄÜÖß on a Ubuntu 22.04 ? Even the non-Ubuntu pam regex module can only regex on usernames and not on passwords.
der_wolle's user avatar
  • 203
0 votes
1 answer
2k views

For my work, I have to connect to a remote server. The connection is via a simple SSH and with only one password (no authentication file is needed). For more clarity, I connect like this: Do ssh user@...
Peyman's user avatar
  • 101
1 vote
0 answers
124 views

MySql: 8.0.34-0ubuntu0.22.04.1 I have followed this guide: Postfix With Courier IMAP Mail Server Installation (unfortunately they do not answer questions). I had to change the encryption method for ...
Andrés Chandía's user avatar
0 votes
1 answer
1k views

I installed a Ubuntu 22.04.3 LTS on a VirtualBox VM. After install process, I configured pbkdf2 as explained here https://help.ubuntu.com/community/Grub2/Passwords. I also verified grub.cfg after I ...
gabolander's user avatar
1 vote
1 answer
2k views

Suppose I want to allow SSH authentication only, and disable password authentication. In /etc/ssh/sshd_config I've typically done this: PasswordAuthentication no But in some answers people recommend ...
lonix's user avatar
  • 1,119
0 votes
1 answer
157 views

I recently went through all the hashes stored in an LDAP instance I have access to and noticed something strange that I can't explain. Despite all the hashes being marked as SSHA (which should be ...
MarkZ's user avatar
  • 111
0 votes
2 answers
2k views

I have a Dell PowerEdge T350 server. I enabled TPM and Secure Boot as well. For these I needed to specify a BIOS password (which I would have done anyway). What startles me is that the server keeps ...
Csaba Toth's user avatar
-1 votes
1 answer
117 views

Over the past couple of days I have usually not been able to login to phpMyadmin, but once I was able to. Either I get a blank screen of this message: This page isn’t working xx.xxx.xxx.xxx is ...
restorit2's user avatar
0 votes
1 answer
94 views

According documentation for installing docker on Windows I have installed WSL with its Ubuntu dist. Next step should be set up user and password for Ubutnu. So according documentation I open Ubuntu ...
Čamo's user avatar
  • 101
2 votes
1 answer
19k views

I'm building a complete solution to setup and harden our vps (ubuntu 22.04) with bash script and Ansible playbooks. What I want to do is the following: Create a custom group "sudogroup" ...
Emmanuel FRANCOIS's user avatar
-1 votes
1 answer
203 views

I have linux server ubuntu 20.04 Any command to show you password belong to user ? or a file in server which can show passwords?
armin's user avatar
  • 1
0 votes
1 answer
1k views

I feel a bit embarrassed to ask this, because I am not able to figure it out myself. I run a vaultwarden instance (open source bitwarden) on a public VPS on the open Internet. It is properly set up ...
unsafe_where_true's user avatar
0 votes
0 answers
1k views

[Ubuntu server] I was able to login to the server just fine for days. And now I cannot login with the root user with password and private key both are not working. Luckily I am currently logged in as ...
DENIS DENIS's user avatar
1 vote
1 answer
7k views

I'm running Fedora 36 Workstation with OpenSSH server 8.8p1. I want to log on a single remote user and authenticate with their password, but OpenSSH seems determined not to let me. I've tried every ...
tmoore82's user avatar
  • 131
1 vote
0 answers
3k views

I am in the processing of installing singularity using the terminal on my Linux Mint computer (Ubuntu). I have the following command: sudo apt-get update The computer then asks me to enter my ...
Caledonian26's user avatar
2 votes
3 answers
10k views

On my SFTP-Server I want to allow only login via public key AND password OR (if and ONLY IF user has no password) by only public key I set the following in the the sshd_config: AuthenticationMethods ...
Jorg busch's user avatar
2 votes
2 answers
14k views

In a development environment I want to modify the 'password last set' date of my AD accounts so they won't begin to expire during development phase, but as soon as the environment becomes a production ...
stackprotector's user avatar
0 votes
1 answer
237 views

I have a NextCloud server which is connected to an openLDAP server. All users can change their passwords which should follow a password policy. For users which only have a NextCloud account, this ...
Arne Fallisch's user avatar
0 votes
1 answer
2k views

The Problem I am attempting to update passwords for a large list of users using htpasswd. I am using a csv file to pull in the new passwords. When the script runs it appears to successfully update the ...
Roger Creasy's user avatar
  • 1,041
1 vote
0 answers
2k views

For our project in GCP, the app has a production Postgres db instance, we don't have the current password, therefore we can't access the db other than through the app. If we change the password, then ...
John Speavack's user avatar
1 vote
2 answers
9k views

The context here is that I have a series of embedded Linux systems at work. They do not have internet access. They are frequently re-imaged. I do not control the OS image and the owning team is not ...
brenzo's user avatar
  • 111
0 votes
0 answers
232 views

could anyone advise how to encrypt SVN , Plan to encrypt or disable the SVN from asking if unencrypted passwords should be stored? We never want a user to be able to do that. Would encrypting the ...
samtech's user avatar
0 votes
1 answer
3k views

I have set a Fine Grained Password Policy with maximum password age of 180 days along with other settings that are similar to existing password policies. I set the precedence number to a lower number ...
Cell-o's user avatar
  • 457
1 vote
1 answer
219 views

We are changing password policy in company. I would like to provide some kind of "company password policy rules" hint to user when user is changing his password using CTRL+ALT+DEL on Windows ...
filimonic's user avatar
  • 325
0 votes
1 answer
895 views

I've a Ubuntu desktop client joined to an Active Directory 2008 R2 domain. I need to use "kinit" command on Linux to determine when a user password will expire. That's my way to go due to ...
Diga's user avatar
  • 101
0 votes
1 answer
3k views

I have roundcube and docker-mailserver in docker containers. I've managed to make change of password possible by roundcube password plugin. I created 'mailbox' table and added two columns: 'username' ...
pbies's user avatar
  • 171
0 votes
1 answer
961 views

I've been trying to create my very first account on https://trycpanel.net/wwwacctform.html, but I've faced a weird error.Basically, I want to set a password for my account. But, it keeps saying it's ...
Liqui Kal's user avatar
-2 votes
1 answer
79 views

This question is just for curiosity. I am studying a bit of server administration and have seen many people saying that having passwords is a bad idea and they should be disabled. But my question is: ...
Carlos Andrés del Valle's user avatar
0 votes
1 answer
2k views

Some background: I installed Windows Server Essentials and ran the Essentials Configuration Wizard, which created a new AD forest with a single domain. However, I needed the AD from a previously-...
InteXX's user avatar
  • 795
0 votes
0 answers
62 views

I am using a Windows OS VPS from a smaller, local provider for 1 year, everything was good until I started to license a MSSQL Web from the provider itself. They ask me to share my OS's admin password ...
Cerbi's user avatar
  • 1
0 votes
1 answer
926 views

I'm creating a script that will run unnatended on Windows. The script needs to execute commands via SSH on an appliance. The appliance does not support public/private key authentication only password ...
Andrew Savinykh's user avatar
1 vote
1 answer
675 views

I 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
  • 21
0 votes
1 answer
2k views

I'm setting up password-free ssh connection to a debian remote server. I've generated a key on my local machine and placed the key in both /root/.ssh/authorized_keys and /home/user/.ssh/...
Bret Hess's user avatar
  • 101
1 vote
1 answer
2k views

I have a virtual machine that is running on a KVM+QEMU stack with libvirt. The VM is using a qxl or virtio display and has a spice graphics listening on a port. I'd like to change the password (in ...
Kalsan's user avatar
  • 131
1 vote
1 answer
488 views

I work for a large corporation, and I work on a Macbook Pro. The company has a fancy arrangement where the password I use to connect to the VPN is "synched" to the password I use to log on ...
user2171796's user avatar
2 votes
0 answers
76 views

I just bought a Yubikey a few days back. I have tried to use the key to login to SSL without a password. I have it working, but it displays an error and shows interactive auth prompts. The only real ...
Keith Tysinger's user avatar
1 vote
1 answer
1k views

I want to change the Webmin login password. The one that you use to log in with when you connect to 10000 port. I have tried several ways. The password will change but at the login, I can only log in ...
Fariman Kashani's user avatar
0 votes
1 answer
308 views

I've forgotten my postgres password for my local install (Ubuntu 20.04). I have postgres installed and running henry@henry-Apollo:/$ service postgresql status ● postgresql.service - PostgreSQL RDBMS ...
HenryM's user avatar
  • 135
0 votes
0 answers
61 views

Recently I have followed the articles below, however, the passwd file that I copied to a dir in the users `‘home`` dir. However, when the new credentials are parsed into passwd, it ends up with the ...
Sophia Abigail's user avatar
-1 votes
1 answer
396 views

I have a Western Digital ShareSpace Disk Array NAS (Same one in this manual : https://docs.rs-online.com/49a1/0900766b80ce7e97.pdf ) The system has an existing number of shares, with a lot of files ...
Ahmad Al-Mutawa's user avatar

1
2 3 4 5
19