GSS-API authentication¶
This module provides GSS-API / SSPI authentication as defined in RFC 4462.
Note
Credential delegation is not supported in server mode.
See also
New in version 1.15.
-
class
paramiko.ssh_gss.
_SSH_GSSAuth
(auth_method, gss_deleg_creds)¶ Contains the shared variables and methods of
_SSH_GSSAPI_OLD
,_SSH_GSSAPI_NEW
and_SSH_SSPI
.
-
class
paramiko.ssh_gss.
_SSH_GSSAPI_OLD
(auth_method, gss_deleg_creds)¶ Implementation of the GSS-API MIT Kerberos Authentication for SSH2, using the older (unmaintained) python-gssapi package.
- See
GSSAuth
-
class
paramiko.ssh_gss.
_SSH_GSSAPI_NEW
(auth_method, gss_deleg_creds)¶ Implementation of the GSS-API MIT Kerberos Authentication for SSH2, using the newer, currently maintained gssapi package.
- See
GSSAuth
-
class
paramiko.ssh_gss.
_SSH_SSPI
(auth_method, gss_deleg_creds)¶ Implementation of the Microsoft SSPI Kerberos Authentication for SSH2.
- See
GSSAuth