Home
last modified time | relevance | path

Searched refs:ssh_key (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpxssh.py258 auto_prompt_reset=True, ssh_key=None, quiet=True, argument
326 if ssh_key is not None:
328 if ssh_key==True:
331 if spawn_local_ssh and not os.path.isfile(ssh_key):
333 ssh_options = ssh_options + ' -i %s' % (ssh_key)