diff --git a/docs/12-self-hosting/03-host-creation/03-QEMU/02-linux-cloudimage.mdx b/docs/12-self-hosting/03-host-creation/03-QEMU/02-linux-cloudimage.mdx index b6424a18..841a10fb 100644 --- a/docs/12-self-hosting/03-host-creation/03-QEMU/02-linux-cloudimage.mdx +++ b/docs/12-self-hosting/03-host-creation/03-QEMU/02-linux-cloudimage.mdx @@ -182,7 +182,6 @@ customize the cloud-image immediately upon booting, prior to user-space initiali - Copy the ssh private key `runner` to the machine you wish to connect to the VM with. - Connect to the VM using the format `ssh -i runner $VM_USER@$HOST_ADDRESS -p$VM_SSH_PORT` - {' '}