Difference between revisions of "Password"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* [[Password cracking]] | * [[Password cracking]] | ||
* <code>[[PermitRootLogin]]</code> and <code>[[PasswordAuthentication]]</code> in <code>[[/etc/ssh/sshd_config]]</code> | * <code>[[PermitRootLogin]]</code> and <code>[[PasswordAuthentication]]</code> in <code>[[/etc/ssh/sshd_config]]</code> | ||
− | |||
* [[Generate password]] | * [[Generate password]] | ||
Revision as of 09:34, 10 October 2022
Linux change passwords:
passwd
command
DB password:
ALTER USER YOUR_USER WITH PASSWORD 'your_new_password';
- Terraform resource: aws db instance,
password
parameter
Related terms
- Password cracking
PermitRootLogin
andPasswordAuthentication
in/etc/ssh/sshd_config
- Generate password
See also
Advertising: