I am adding a new user account (to a CentOS 6.2 box) which will only use ssh key authentication (with a strong key passphrase of course). I have disabled ssh password auth in sshd_config.
Should I even use passwd
to setup a password for them? Is there a security issue not creating a password?