Nabu-asr
Functions
run_remote.py File Reference

contains the run_remote function More...

Functions

def nabu.computing.static.run_remote.run_remote (host, command)
 run a command remotely over ssh More...
 

Detailed Description

contains the run_remote function

Function Documentation

§ run_remote()

def nabu.computing.static.run_remote.run_remote (   host,
  command 
)

run a command remotely over ssh

Parameters
hostthe host where the command should be ran
commandthe command that should be executed
outthe file where the output should be written
Returns
a popen process