aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssh_config
Commit message (Collapse)AuthorAgeFilesLines
* testing: Reduce log level of SSH clientTobias Brunner2017-09-041-0/+1
| | | | | This should suppress the "Permanently added ... to the list of known hosts" warnings that occasionally come up for no apparent reason.
* testing: Log leaks and fail tests if any are detectedTobias Brunner2016-09-201-0/+1
|
* 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%.