summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRed_M <pooatyou.com@gmail.com>2018-04-10 02:18:41 +1000
committerRed_M <pooatyou.com@gmail.com>2018-04-10 02:18:41 +1000
commitbed514de27dbab2f502a99ca38021dcd419afb46 (patch)
tree3dd54613d090f26c2f449c61ff33fa4043bf84ff
parenta2d0ec4adbd66ac6bb71447c796279130e6c9cfa (diff)
downloadpexpect-bed514de27dbab2f502a99ca38021dcd419afb46.tar.gz
minor fix.
-rw-r--r--doc/history.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/history.rst b/doc/history.rst
index a13634a..13637d2 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -18,9 +18,11 @@ Version 4.5
* :meth:`pxssh.pxssh.login` now allows for setting up SSH tunnels to be requested once
logged in to the rmeote server. (:ghpull:`473`)
The structure should be like this:
-``` { 'local': ['2424:localhost:22'], # Local SSH tunnels
+
+ { 'local': ['2424:localhost:22'], # Local SSH tunnels
'remote': ['2525:localhost:22'], # Remote SSH tunnels
- 'dynamic': [8888] } # Dynamic/SOCKS tunnels```
+ 'dynamic': [8888] } # Dynamic/SOCKS tunnels
+
* :meth:`pxssh.pxssh.login` allows subsequent logins from the remote session and treats
the session as if it was local. (:ghpull:`472`)
* :meth:`pxssh.pxssh.login` can allow the the prompt to not be set to something unique