Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
queowiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Linux:Desktop Tips
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Password strength - my personal advice ==== * settings#1* ** maximum password age: 90 days ** minimum password age: 0 days :: <pre>$ chage -m 0 -M 90 -I 0 -W 14 <username></pre> * settings#2* ** minimum password length: 8 characters ** password must meet complexity requirements: enabled (at least 1 capital letter, 2 lower case letters, 1 digit and 1 symbol) ** enforce password history: 10 passwords remembered :: <syntaxhighlight lang="bash">$ sudo vim /etc/pam.d/common-password</syntaxhighlight> :: <syntaxhighlight lang="bash">password requisite pam_cracklib.so minlen=8 difok=3 retry=5 ucredit=-1 lcredit=-2 dcredit=-1 ocredit=-1 password [success=1 default =ignore] pam_unix.so obscure sha512 remember=10</syntaxhighlight> * settings#3* ** account lockout duration: 2 minutes ** account lockout threshold: 6 invalid login attempts ** reset account lockout after: 2 minutes :: <pre>$ sudo vim /etc/pam.d/common-auth</pre> :: <syntaxhighlight lang="bash"> auth required pam_tally2.so file=/ var /log/tallylog deny=6 unlock_time=120 </syntaxhighlight> :: *) filenames are Debian Linux specific, I'll add the Fedora paths/files asap
Summary:
Please note that all contributions to queowiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Queowiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width