qca / boardfarm

Main repo moved to:
https://github.com/mattsm/boardfarm/
BSD 3-Clause Clear License
71 stars 54 forks source link

Add support for SSH connection #92

Closed fasolens closed 7 years ago

fasolens commented 7 years ago

Sometimes there is a need to run tests on production board with serial disabled.

Added possibility to connect to the tested board with ssh. Authentication can be done with password, ssh key without password or ssh password protected key. To use ssh connection you need json config file properties: 'connection_type': 'ssh', 'ssh_password': ,