mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
By using the ControlMaster and ControlPath options, existing SSH sessions are reused (a session to each host is opened at the beginning of a test run). Also, RC4 is used as encryption algorithm to further improve the performance. These changes reduce the runtime by over 20%.
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
Host *
|
|
# debian default
|
|
SendEnv LANG LC_*
|
|
HashKnownHosts yes
|
|
GSSAPIAuthentication yes
|
|
# faster encryption
|
|
Ciphers arcfour
|
|
# share multiple sessions
|
|
ControlMaster auto
|
|
ControlPath /tmp/ssh-uml-%r@%h:%p
|