Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.143
Domains : 326 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-pexpect /
doc /
api /
Delete
Unzip
Name
Size
Permission
Date
Action
fdpexpect.rst
397
B
-rw-r--r--
2017-12-12 10:47
index.rst
485
B
-rw-r--r--
2017-12-12 10:47
pexpect.rst
2.99
KB
-rw-r--r--
2017-12-12 10:47
popen_spawn.rst
525
B
-rw-r--r--
2017-12-12 10:47
pxssh.rst
948
B
-rw-r--r--
2017-12-12 10:47
replwrap.rst
620
B
-rw-r--r--
2017-12-12 10:47
Save
Rename
pxssh - control an SSH session ============================== .. automodule:: pexpect.pxssh .. autoclass:: ExceptionPxssh pxssh class ----------- .. autoclass:: pxssh .. automethod:: __init__ .. attribute:: PROMPT The regex pattern to search for to find the prompt. If you call :meth:`login` with ``auto_prompt_reset=False``, you must set this attribute manually. .. attribute:: force_password If this is set to True, public key authentication is disabled, forcing the server to ask for a password. Note that the sysadmin can disable password logins, in which case this won't work. .. attribute:: options The dictionary of user specified SSH options, eg, ``options = dict(StrictHostKeyChecking="no", UserKnownHostsFile="/dev/null")`` .. automethod:: login .. automethod:: logout .. automethod:: prompt .. automethod:: sync_original_prompt .. automethod:: set_unique_prompt