I'm trying to develop a test for a ssh server that will accept kerberos 
authentication (https://github.com/gitblit/gitblit/pull/254 
<https://github.com/gitblit/gitblit/pull/254>)

So once I have my server running, I want to launch a junit test that connect to 
it. But how can I configure this test ?

I can always provide a keytab for both the server and the client, so I don't 
need to have a kdc running. But how can I have the service ticket 
(host/localhost@DOMAIN) ? To get it I need a running KDC. If I put it in the 
keytab, it will be expire, right ?

Is there any java framework for managing that ?

________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to