projects
/
tools
/
testlab
/
major.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62660a8
)
Preserve SSH session between calls
97/83897/10
author
Aleksander Mistewicz
<a.mistewicz@samsung.com>
Tue, 2 Aug 2016 14:27:19 +0000
(16:27 +0200)
committer
Aleksander 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
patch
|
blob
|
history
diff --git
a/tct/conf/ssh_config
b/tct/conf/ssh_config
index
d082df6
..
92d7921
100644
(file)
--- 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