forked from autotest/virt-test
-
Notifications
You must be signed in to change notification settings - Fork 0
CartesianConfigReference KVM guest_port_file_transfer
Lucas Meneghel Rodrigues edited this page Sep 25, 2012
·
1 revision
Sets the port of the server application running inside guests that will be used for transferring files to and from this guest.
On Linux VMs, the file_transfer_client is set by default to 'scp', and this the port is set by default to the standard SSH port (22).
For Windows guests, the file_transfer_client is set by default to 'rss', and the port is set by default to 10023.
This is a specialization of the guest_port configuration entry.
Example, default entry:
guest_port_file_transfer = 22
Overridden on Windows variants:
variants: - @Windows: guest_port_file_transfer = 10023
No other documentation currently references this configuration key.