When added an Ubuntu container as an Instance in Fangtooth, what is the default root password? I am trying to allow SSH to it, which I have but I cannot figure out the password.
I ran
sudo passwd root
and it allowed me to enter one but I cannot SSH to it. I am likely stupid here but I am not sure.
SSH as root is permitted with public key authentication only by default. See /etc/ssh/sshd_config and specifically the PermitRootLogin statement inside the VM.
Change prohibit-password to yes and remove the # at the start of the line, then restart the SSH service.
Once you uploaded your public key you can change it back.