xci: scripts: start-new-vm.sh: Do not break on idle SSH connections 67/44067/2
authorMarkos Chandras <mchandras@suse.de>
Tue, 3 Oct 2017 12:21:03 +0000 (13:21 +0100)
committerMarkos Chandras <mchandras@suse.de>
Tue, 3 Oct 2017 12:26:22 +0000 (13:26 +0100)
commit570d4a19670360b7428f7760b096b48f829b6d61
tree35b25e1204e56c68f81c1568c736c73a84a0bc89
parent4afd6172bd42b5dd279d54e863d77e412654435b
xci: scripts: start-new-vm.sh: Do not break on idle SSH connections

Add ServerAliveInterval and ServerAliveCountMax directives in order
to try and keep SSH connections alive. This aims to solve ssh timeouts
like the following one on busy hypervisors:

packet_write_wait: Connection to UNKNOWN port 0: Broken pipe

Change-Id: I58029b41226098d6a44181434ad8653f72384e9d
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/scripts/vm/start-new-vm.sh