I would like a userid to allow logging into a box without a password. I am not sure how to accomplish this as changing the password to nothing is not allowed. Thanks
|
feedback
|
|
On linux, for example, if you changed /etc/shadow in the following way you would accomplish what you want. Change this:
To:
For a better answer however, I would recommend looking into ssh keys. | |||
|
feedback
|