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
and_SSH_SSPI
.
-
class
paramiko.ssh_gss.
_SSH_GSSAPI
(auth_method, gss_deleg_creds)¶ Implementation of the GSS-API MIT Kerberos Authentication for SSH2.
- See
GSSAuth
-
class
paramiko.ssh_gss.
_SSH_SSPI
(auth_method, gss_deleg_creds)¶ Implementation of the Microsoft SSPI Kerberos Authentication for SSH2.
- See
GSSAuth