Reputation: 716
I would like to host a web service (Jupyterhub) which executes the following steps for a user:
Therefore, I would need some python snippet to handle the authentication part (python-gssapi) and pass the ticket to Paramiko. However, I do not understand how to get a Kerberos ticket with username/password and then pass it explicitly to SSHClient.connect
Any help is highly appreciated :)
Upvotes: 0
Views: 516