Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set my user password on my Google Cloud Ubuntu instance?

I have started an Ubuntu 15.10 instance on Google Cloud and installed Webmin as per here:

http://www.webmin.com/deb.html

Webmin has been installed successfully and I can see the login page in my browser window, however I need to type my username along with my password with sudo level access to login and start using Webmin.

I've used the SSH via the browser window so have never set a password for any sort of access to the root.

Does anyone know how to set a password for myself to login as a sudo user on my instance?

like image 867
Michael Avatar asked Mar 14 '16 16:03

Michael


1 Answers

Okay, I figured it out. I was looking at the permissions menu in Google Cloud, but it was as simple as changing the root password in Linux by typing: sudo passwd

like image 175
Michael Avatar answered Oct 04 '22 21:10

Michael