Page 1 of 1
[SOLVED] ubuntu password
Posted: Thu Nov 07, 2013 8:28 pm
by DanDennedy
I have successfully launched an Ubuntu OTOY AMI, and I connect to it fine. However, I want to install some libs to test out my software. But, what it is the ubuntu user default password? (I will want to change that asap.)
[SOLVED] ubuntu password
Posted: Thu Nov 07, 2013 8:46 pm
by DanDennedy
I figured it out. The desktop user is 'user' and does not have sudo. However, the ssh 'ubuntu' user does. So, just ssh in and install whatever is needed.
Re: [SOLVED] ubuntu password
Posted: Thu Nov 07, 2013 9:00 pm
by Goldorak
Thank you for the helpful post Dan.
Re: [SOLVED] ubuntu password
Posted: Thu Nov 07, 2013 9:02 pm
by charliex
The Linux AMI's randomise the user password on first boot of the instance.
you can use
passwd -u user
passwd user
from the ubuntu ssh session, which uses your ssh key