summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-04-26 21:51:20 -0700
committerJeff Quast <contact@jeffquast.com>2015-04-26 21:51:20 -0700
commit7f046a6cf86d8f60a6cf23c40ef625e5acbc1a32 (patch)
treeabde38287c6d4d38589d448fab6f53b4561fa7c4 /doc/api
parentbdfaaee26d2fb9f4bf0891918e6a6039eaf3a4b6 (diff)
parent82d4937b73a2fc49824e1f60fa0e036731a03135 (diff)
downloadpexpect-git-7f046a6cf86d8f60a6cf23c40ef625e5acbc1a32.tar.gz
Merge remote-tracking branch 'origin/master' into document-blocking-write
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/pxssh.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/pxssh.rst b/doc/api/pxssh.rst
index 0b67839..b947f4b 100644
--- a/doc/api/pxssh.rst
+++ b/doc/api/pxssh.rst
@@ -23,6 +23,10 @@ pxssh class
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