Hi,
I have an issue with my VM instance and i need to connect to serial console but it's asking me for a password. Was a default password set up when I deployed it and what is that?. I've even tried adding an automation script:
#!/bin/bash
useradd arithmatics
echo arithmaticsass911 | chpasswd
usermod -aG google-sudoers arithmatics
And it still says"Login incorrect"
Ubuntu 22.04.3
Thanks in advance
I have an issue with my VM instance and i need to connect to serial console but it's asking me for a password. Was a default password set up when I deployed it and what is that?. I've even tried adding an automation script:
#!/bin/bash
useradd arithmatics
echo arithmaticsass911 | chpasswd
usermod -aG google-sudoers arithmatics
And it still says"Login incorrect"
Ubuntu 22.04.3
Thanks in advance
Attachments
-
596.9 KB Views: 4
Last edited: