aker-gateway / Aker

SSH bastion/jump host/jumpserver
Other
566 stars 71 forks source link

GSSException issue. #45

Closed leochan007 closed 6 years ago

leochan007 commented 6 years ago

I think the paramiko version should be 2.1.2. the latest may have bug.

File "/opt/aker/aker.py", line 28, in import paramiko File "/usr/lib/python2.7/site-packages/paramiko/init.py", line 31, in from paramiko.transport import SecurityOptions, Transport File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 38, in from paramiko.auth_handler import AuthHandler File "/usr/lib/python2.7/site-packages/paramiko/auth_handler.py", line 48, in from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS File "/usr/lib/python2.7/site-packages/paramiko/ssh_gss.py", line 54, in GSS_EXCEPTIONS = (gssapi.GSSException,) AttributeError: 'module' object has no attribute 'GSSException'

h133gqa commented 6 years ago

I got the same Issue with the latest version.

anazmy commented 6 years ago

Hi @h133gqa can you provide more details on what you were trying to do and DEBUG logs of the problem

anazmy commented 6 years ago

Closing this issue for lack of updates. Feel free to reopen if needed.