summaryrefslogtreecommitdiff
path: root/paramiko/ssh_gss.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-15 13:01:57 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-15 13:01:57 -0400
commit5861cde4cc1341840bc11a167335669e0154fae4 (patch)
tree734b63f74585ca078608374e2222012d7b74702d /paramiko/ssh_gss.py
parent0974458816e272efacac62dcf589d60f367826fe (diff)
parentcfeca480db0116c5c8d95ba1aaa9e5e5e02951ed (diff)
downloadparamiko-5861cde4cc1341840bc11a167335669e0154fae4.tar.gz
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'paramiko/ssh_gss.py')
-rw-r--r--paramiko/ssh_gss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py
index dfc9ddc8..17b15590 100644
--- a/paramiko/ssh_gss.py
+++ b/paramiko/ssh_gss.py
@@ -20,7 +20,7 @@
"""
-This module provides GSS-API / SSPI authentication as defined in RFC 4462.
+This module provides GSS-API / SSPI authentication as defined in :rfc:`4462`.
.. note:: Credential delegation is not supported in server mode.