OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxssh
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/hosts/
ssh_host.py
20
from autotest_lib.client.common_lib import
pxssh
453
host =
pxssh
.
pxssh
()
/external/autotest/client/common_lib/
pxssh.py
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):
class in inherits: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
()
[
all
...]
Completed in 65 milliseconds