Hi, I'm trying to migrate a guest to another host (Both Debain 7.3 - Xend 4.3.1) When I run: xl -v migrate remus-test -s 'ssh -p 32422 root@xen2-host' ssh: connect to host xl port 22: Connection timed out libxl: error: libxl_utils.c:393:libxl_read_exactly: file/stream truncated reading banner from migration receiver stream libxl: info: libxl_exec.c:118:libxl_report_child_exitstatus: migration target process [29890] exited with error status 255 The man page states: -s sshcommand Use <sshcommand> instead of ssh. String will be passed to sh. If empty, run <host> instead of ssh <host> xl migrate-receive [-d -e]. So why It it still trying to connect on port 22? Thanks