diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:36:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:36:33 -0700 |
commit | 150b0797e935ebf2f62e86ae1c08a1a1ab94c459 (patch) | |
tree | 09f168b2b1127bc84a57c3ed7ec6f023cd003df2 /README | |
parent | d992118747e2f1dab247bd4e3d78b55d9b99c759 (diff) |
Update README, docs, changelog re #267
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -75,19 +75,9 @@ Please file bug reports at https://github.com/paramiko/paramiko/. There is curre Kerberos Support ---------------- -If you want paramiko to do kerberos authentication or key exchange using GSS-API or SSPI, you -need the following python packages: - -- pyasn1 0.1.7 or better -- python-gssapi 0.6.1 or better (Unix) -- pywin32 2.1.8 or better (Windows) - -So you have to install pyasn1 and python-gssapi on Unix or pywin32 on Windows. -To enable GSS-API / SSPI authentication or key exchange see the demos or paramiko docs. -Note: If you use Microsoft SSPI for kerberos authentication and credential -delegation in paramiko, make sure that the target host is trusted for -delegation in the active directory configuration. For details see: -http://technet.microsoft.com/en-us/library/cc738491%28v=ws.10%29.aspx +Paramiko ships with optional Kerberos/GSSAPI support; for info on the extra +dependencies for this, see the 'GSS-API' section on the 'Installation' page of +our main website, http://paramiko.org . Demo |