diff options
author | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2016-08-02 16:27:19 +0200 |
---|---|---|
committer | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2016-12-06 16:37:14 +0100 |
commit | 3a0e953ee2bc0966c1bd8e8c26e9738846f1d9f0 (patch) | |
tree | b05f185edd2fdb3e569cb43cd41d9abc84b4a8d2 /tct | |
parent | 62660a86372290833bb5648106b530e6d9137a94 (diff) | |
download | major-3a0e953ee2bc0966c1bd8e8c26e9738846f1d9f0.tar.gz major-3a0e953ee2bc0966c1bd8e8c26e9738846f1d9f0.tar.bz2 major-3a0e953ee2bc0966c1bd8e8c26e9738846f1d9f0.zip |
Preserve SSH session between calls
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>
Diffstat (limited to 'tct')
-rw-r--r-- | tct/conf/ssh_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tct/conf/ssh_config b/tct/conf/ssh_config index d082df6..92d7921 100644 --- a/tct/conf/ssh_config +++ b/tct/conf/ssh_config @@ -1,3 +1,6 @@ +ControlMaster auto +ControlPath /tmp/ssh_mux_%h_%p_%r +ControlPersist 1m StrictHostKeyChecking=no UserKnownHostsFile=/dev/null ConnectTimeout=30 |