Lines Matching +full:- +full:remote
7 # ---------Set sys.path for pluqin execution----------------------------------
26 Execute a command on the remote host using SSH and return the output.
28 This function executes a provided command on the remote host using SSH.
29 The function takes the remote host details (hostname, username, password,
39 hostname (str): Name or IP address of the remote host.
40 username (str): User on the remote host.
41 password (str): Password for the user on the remote host.
43 command (str): The command to be executed on the remote host.
61 cmd_exit_code: command exit status from remote host
62 err: stderr from remote host
63 response: stdout from remote host