When commissioning a new node, what username/password does MAAS assign to the node after the OS is installed?
MAAS Assigned Username/Password for Nodes – Explanation
jujumaas
jujumaas
When commissioning a new node, what username/password does MAAS assign to the node after the OS is installed?
Best Answer
The OS is not installed at the commissioning stage, it is only installed when the node is allocated for use. The user is
ubuntu
but it doesn't assign any password, instead juju will make sure that your public SSH key is installed, so when it's up and running you can dossh ubuntu@<node>
That's a job for Juju.