It is common to want to forward a QEMU host port to the guest, for the purposes of SSHing into the guest VM from the host. This is especially useful when the guest is using a networking profile that makes it impossible to 'see' from the host perspective.
Add a command line argument to forward a host port to the guest's SSH port.
Testing
[x] Rebuilt the NILRT 11.0 VMs with this change in place.
[x] I can start the VM with the -f argument expressed.
[x] I can SSH from my VM host to the guest using the forwarded port.
It is common to want to forward a QEMU host port to the guest, for the purposes of SSHing into the guest VM from the host. This is especially useful when the guest is using a networking profile that makes it impossible to 'see' from the host perspective.
Add a command line argument to forward a host port to the guest's SSH port.
Testing
-f
argument expressed.