Home | History | Annotate | Download | only in utils

Lines Matching refs:telnet

49 def ssh_get_shell(host, username, password=None, keyfile=None, port=None, timeout=10, telnet=False, original_prompt=None):
53 if telnet:
55 raise ValueError('keyfile may not be used with a telnet connection.')
89 args = ['telnet']
160 telnet=False,
366 # Actual telnet connection to gem5 simulation
552 Connect to the telnet port of the gem5 simulation.
574 # Connect to the gem5 telnet port. Use a short timeout here.
587 raise TargetError("Failed to connect to the gem5 telnet session.")
684 This wraps the telnet connection to gem5 and processes the raw output.