phenome_core.util.ssh module

class SSH(object, port=22, timeout=5, execution_timeout=5)

Bases: object

connect()

Log into remote SSH server

log_shell_output()
send_command(command, close=True)
send_multiple_commands(commands)