summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/ssh_gss.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py
index a8424036..bd774e9f 100644
--- a/paramiko/ssh_gss.py
+++ b/paramiko/ssh_gss.py
@@ -470,6 +470,8 @@ class _SSH_GSSAPI_NEW(_SSH_GSSAuth):
:return: A ``String`` if the GSS-API has returned a token or ``None``
if no token was returned
"""
+ from pyasn1.codec.der import decoder
+
self._username = username
self._gss_host = target
targ_name = gssapi.Name(