guest_port_remote_shell

Description

Sets the port of the remote shell server that runs inside guests. On Linux VMs, this is the set by default to the standard SSH port (22), and for Windows guests, set by default to port 10022.

This is a specialization of the guest_port configuration entry.

Example, default entry:

guest_port_remote_shell = 22

Overridden on Windows variants:

variants:
    - @Windows:
        guest_port_remote_shell = 10022

Referenced By

No other documentation currently references this configuration key.

See Also