September 2018
Intermediate to advanced
426 pages
10h 46m
English
pxssh is a Python module based on Pexpect for establishing SSH connections. Its class extends pexpect.spawn to specialize setting up SSH connections.
pxssh is a specialized module that provides specific methods to interact directly with SSH sessions such as login(), logout(), and prompt().
pxssh documentation
Also, we can get more information using the help command from a Python terminal:
import pxssh help(pxssh)
Read now
Unlock full access