adamant-kite-43734
07/03/2023, 7:37 AMfierce-dinner-66765
07/03/2023, 10:33 AMquiet-appointment-76343
07/03/2023, 12:15 PMfierce-dinner-66765
07/03/2023, 12:38 PMVM -> Edit Config -> Access Credentials
.quiet-appointment-76343
07/03/2023, 12:43 PMquiet-appointment-76343
07/03/2023, 12:49 PMfierce-dinner-66765
07/03/2023, 12:50 PMquiet-appointment-76343
07/03/2023, 12:58 PMfierce-dinner-66765
07/03/2023, 1:00 PMquiet-appointment-76343
07/03/2023, 1:00 PMfierce-dinner-66765
07/03/2023, 1:00 PMfierce-dinner-66765
07/03/2023, 1:03 PMquiet-appointment-76343
07/03/2023, 1:04 PMquiet-appointment-76343
07/03/2023, 1:04 PMfierce-dinner-66765
07/03/2023, 1:58 PM#cloud-config
password: root
chpasswd: { expire: False }
ssh_pwauth: True
package_update: true
packages:
- qemu-guest-agent
runcmd:
- - systemctl
- enable
- --now
- qemu-guest-agent.service
• Login to the VM with ubuntu, add a new user and add to the sudo group
ubuntu@vm1:~$ sudo adduser chris
ubuntu@vm1:~$ sudo usermod -aG sudo chris
• Edit Config -> Access Credentials -> Add SSHKey
• Login to the VM with new user.quiet-appointment-76343
07/04/2023, 7:20 AM