Monday, 30 September 2013

How to generate the New Password from shell (SSH)?

If you use SSH, use mkpasswd command for creating passwords, always set the strong password, so that you won’t face the hacking issue because hackers always run the brute force attacks to crack the password therefore strong password always help to secure the server from the such attacks

root@redhat[~]#mkpasswd -l 10 -d 5 -C 3 -s 2
L]4P@GhaYdV6ii3

No comments:

Post a Comment