I would like to allow login to a box with no password for a particular user how do I do that?
772
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
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.