summaryrefslogtreecommitdiff
path: root/paramiko/ssh_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-02-28 19:54:52 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-02-28 19:54:52 -0800
commitca0fd1024ecf61b1758bdd38350fbd4c4ccaaefb (patch)
treeaf0a5f63967c6630c0bc05b43ccd529dc331def9 /paramiko/ssh_gss.py
parentc5d0d6a2919ca2158b3f6271f7449faeeb3c865f (diff)
downloadparamiko-ca0fd1024ecf61b1758bdd38350fbd4c4ccaaefb.tar.gz
Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24
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 ebf2cc80..aa28e2ec 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.