# sudo -i without password sudo visudo <username> ALL=(ALL) NOPASSWD:ALL # Delete the password for your user by running this command: sudo passwd -d `whoami`