Lines Matching full:remote
21 Class to create ssh connection to remote host
22 for remote host command execution and scp.
27 Initialize the FFDCCollector object with the provided remote host
31 attributes, which represent the details of the remote (targeting)
36 hostname (str): Name or IP address of the remote (targeting) host.
37 username (str): User on the remote host with access to FFDC files.
38 password (str): Password for the user on the remote host.
55 Connect to remote host using the SSH client.
62 # SSHClient to make connections to the remote server
93 Disconnect from the remote host using the SSH client.
95 This method disconnects from the remote host using the SSH client
110 Execute a command on the remote host using the SSH client.
112 This method executes a provided command on the remote host using the
121 on the remote host.
164 "\n\tERROR: Fail remote command %s %s" % (e.__class__, e)
210 SCP a file from the remote host to the local host with a filename.
212 This method copies a file from the remote host to the local host using
214 arguments, which represent the full paths of the files on the remote
219 remote_file (str): The full path filename on the remote host.