paramiko doesn't understand kerberos tickets
Bug #507391 reported by
Alexander Kjäll
This bug affects 23 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fabric |
New
|
Undecided
|
Unassigned | ||
paramiko |
New
|
Undecided
|
Unassigned |
Bug Description
If i get a kerberos ticket from my KDC and try to log in to an openssh server that have the GSSAPIAuthentic
This have somewhat bad security consequenses. If the machine that i try to log into is compromized, my password will risk being stolen.
As far as i can see from my strace output it doesn't even try to access my kerberos keycache.
visibility: | private → public |
To post a comment you must log in.
I'd vote for GSSAPI support in paramiko, as there are already kerberos libraries available for Python.
Is there any chance we will see this implemented in the near future?