Preserve SSH session between calls 97/83897/10
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 2 Aug 2016 14:27:19 +0000 (16:27 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 6 Dec 2016 15:37:14 +0000 (16:37 +0100)
Connection time to DUT averages to 28s.
After first call each subsequent is near instant.

Change-Id: I4fe50406fec06a7468d0e904295a4f7669803b2d
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tct/conf/ssh_config

index d082df6..92d7921 100644 (file)
@@ -1,3 +1,6 @@
+ControlMaster auto
+ControlPath /tmp/ssh_mux_%h_%p_%r
+ControlPersist 1m
 StrictHostKeyChecking=no
 UserKnownHostsFile=/dev/null
 ConnectTimeout=30