summaryrefslogtreecommitdiff
path: root/doc/api/pxssh.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/pxssh.rst')
-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