aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssh_config
Commit message (Collapse)AuthorAgeFilesLines
* Use key(and password-)less SSH authenticationTobias Brunner2013-01-171-1/+2
|
* testing: Reduce testing runtime by reusing SSH sessions.Tobias Brunner2010-10-141-0/+10
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%.