Skip to content

Commit

Permalink
Merge pull request #617 from slel/patch-1
Browse files Browse the repository at this point in the history
Fix typos in pxssh docs
  • Loading branch information
dluyer committed Jan 17, 2020
2 parents 6977ee3 + 65d3c80 commit fad9094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/pxssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pxssh - control an SSH session
Paramiko is a Python module which speaks the SSH protocol directly, so it
doesn't have the extra complexity of running a local subprocess.
RedExpect is very similar to pxssh except that it reads and writes directly
into an SSH session all done via python with all the SSH protocol in C,
into an SSH session all done via Python with all the SSH protocol in C,
additionally it is written for communicating to SSH servers that are not just
Linux machines. Meaning that it is extremely fast in comparison to Paramiko
and already has the familiar expect API. In most cases RedExpect and pxssh
code should be fairly interchangable.
code should be fairly interchangeable.

.. automodule:: pexpect.pxssh

Expand All @@ -34,7 +34,7 @@ pxssh class

.. attribute:: force_password

If this is set to True, public key authentication is disabled, forcing the
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.

Expand Down

0 comments on commit fad9094

Please sign in to comment.