Monday, November 1, 2010

Password less login.

Just like to windows, the linux users want to login to the box with out entering the password every time they login. This could be accomplished by removing the password for the user. Do login to the box as the root and remove the password for the user.

$ passwd -d

Example:
$ password -d ravi #this would remove the password for the user ravi.

No comments: