Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use key(and password-)less SSH authentication | Tobias Brunner | 2013-01-17 | 1 | -1/+2 |
| | |||||
* | testing: Reduce testing runtime by reusing SSH sessions. | Tobias Brunner | 2010-10-14 | 1 | -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%. |