summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/kex_gss.py2
-rw-r--r--paramiko/ssh_gss.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/paramiko/kex_gss.py b/paramiko/kex_gss.py
index ec7285c2..a319b33b 100644
--- a/paramiko/kex_gss.py
+++ b/paramiko/kex_gss.py
@@ -32,6 +32,8 @@ This module provides GSS-API / SSPI Key Exchange as defined in RFC 4462.
connection will be terminated.
.. seealso:: :doc:`/api/ssh_gss`
+
+.. versionadded:: 1.15
"""
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py
index ec21a79a..d4be9bee 100644
--- a/paramiko/ssh_gss.py
+++ b/paramiko/ssh_gss.py
@@ -25,6 +25,8 @@ This module provides GSS-API / SSPI authentication as defined in RFC 4462.
.. note:: Credential delegation is not supported in server mode.
.. seealso:: :doc:`/api/kex_gss`
+
+.. versionadded:: 1.15
"""
import struct