26
Jul
2010
23
Jul
2010
10
Jun
2010
mkpasswd: Generate Random Password
In Linux, you may easily generate a random password through command.
To done it, you may use the mkpasswd utility.
$ mkpasswd
HXyt*m22j
Use -l to define the length of the password text as the password length by default is 9.
$ mkpasswd -l 15
y6lejl3ltm=bAKf
10
Jun
2010
Create RSA key login for remote login
From Unix/Linux system, you do not need to enter your login password for every login to your remote login.
You may create a RSA key to allow you to log into your remote server/box.
To create the RSA key, type the following command.
ssh-keygen -t rsa
Enter each of the question being asked.
Then log into the server that you would like to authenticate login and paste the code from/root/.ssh/id_rsa.pub to /root/.ssh/authorized_keys of the remote server.
1
Jun
2010



![[Google]]( http://linux.mickgenie.com/wp-content/plugins/easy-adsenser/google-light.gif)