When starting gvproxy, if -ssh-port is not specified, host port 2222 will be opened and will link to port 22 in the VM.
In some cases, it could be desirable to disable this entirely. This could be done by passing -1 as the port number.
I prefer not to change the behaviour of gvproxy when --ssh-port is not specified out of backwards compat concerns.
When starting gvproxy, if
-ssh-port
is not specified, host port 2222 will be opened and will link to port 22 in the VM. In some cases, it could be desirable to disable this entirely. This could be done by passing -1 as the port number. I prefer not to change the behaviour of gvproxy when --ssh-port is not specified out of backwards compat concerns.