Lines Matching full:remote
13 Class to create telnet connection to remote host for command execution.
20 Initialize the TelnetRemoteClient object with the provided remote host
24 attributes, which represent the details of the remote (targeting) host.
33 hostname (str): Name or IP address of the remote
35 username (str): User on the remote host with access
37 password (str): Password for the user on the remote
55 Establish a Telnet connection to the remote host and log in.
57 This method establishes a Telnet connection to the remote host using
116 Disconnect from the remote host when the object is deleted.
118 This method disconnects from the remote host when the
125 Disconnect from the remote host using the Telnet client.
127 This method disconnects from the remote host using the Telnet client
141 Executes a command on the remote host using Telnet and returns the
144 This method executes a provided command on the remote host using
153 remote host.