Home | History | Annotate | Download | only in common_lib

Lines Matching refs:pxssh

4 $Id: pxssh.py 487 2007-08-29 22:33:29Z noah $
11 __all__ = ['ExceptionPxssh', 'pxssh']
15 """Raised for pxssh exceptions.
18 class pxssh (spawn):
23 login process. For example, if the session is your first login, then pxssh
25 authentication setup then pxssh won't wait for the password prompt.
27 pxssh uses the shell prompt to synchronize output from the remote host. In
34 import pxssh
37 s = pxssh.pxssh()
52 except pxssh.ExceptionPxssh, e:
53 print "pxssh failed on login."
56 Note that if you have ssh-agent running while doing development with pxssh
65 s = pxssh.pxssh()
76 self.name = '<pxssh>'
179 inhibit setting the prompt to the UNIQUE_PROMPT. Remember that pxssh