diff options
Diffstat (limited to 'debvm-run')
-rwxr-xr-x | debvm-run | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ By default B<rootfs.ext4> in the working directory is used. =item B<-s> I<sshport>, B<--sshport>=I<sshport> If given, B<qemu> is configured to pass connections to I<127.0.0.1:sshport> to port 22 of the virtual machine. +You can connect to your virtual machine without updating your known hosts like this: + + ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p $sshport root@127.0.0.1 =item B<--> I<qemu options> |