aboutsummaryrefslogtreecommitdiff
path: root/rumba/ssh_support.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | ssh_support: simplify execute_commandVincenzo Maffione2017-04-121-19/+1
| |
* | ssh_support: print each SSH command executedVincenzo Maffione2017-04-121-2/+2
| |
* | ssh_support: print both stdout and stderr for ssh commandsVincenzo Maffione2017-04-121-6/+9
|/
* ssh_support: use ssh_config in copy_file_to_testbedVincenzo Maffione2017-04-121-1/+1
|
* examples: minor changes to use "root" user and passwordVincenzo Maffione2017-04-121-0/+2
|
* ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-111-12/+13
| | | | | | Only the hostname was passed to the ssh_support component. This passes an object that can also hold the port number. It can be extended to take other things as well, such as a proxy.
* Fix pylint warnings and errorsSander Vrijders2017-03-281-12/+14
| | | | This fixes several warnings and errors as reported by pylint.
* rumba: Rename package to rumbaSander Vrijders2017-02-091-0/+156
This renames the package to rumba, since rhumba was already taken on the PyPi.