Sometimes this may be required, here is the practical way to do that:
useradd -s /bin/bash -m -d /home/YOURUSER -g root YOURUSER
passwd YOURUSER
visudo
USERNAME ALL=(ALL:ALL) ALL
vi /etc/ssh/sshd_config
PasswordAuthentication yes
/etc/init.d/ssh restart