Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpxssh.py32 class ExceptionPxssh(ExceptionPexpect): class
322 raise ExceptionPxssh('SSH config does not exist or is not a file.')
386 raise ExceptionPxssh('Could not establish connection to host')
392 raise ExceptionPxssh('Weird error. Got "are you sure" prompt twice.')
402 raise ExceptionPxssh('password refused')
405 raise ExceptionPxssh('permission denied')
408 raise ExceptionPxssh('Weird error. Got "terminal type" prompt twice.')
419 raise ExceptionPxssh('connection closed')
422 raise ExceptionPxssh('unexpected login response')
426 raise ExceptionPxssh('could not synchronize with original prompt')
[all …]