Currently we are using a very bad access model to our servers. Every person logs in via ssh to the same unix user. We have several keytabs which are used by everyone and normally the same keytab is used. However sometimes someone needs to use one of the other keytabs. But the kinit overwrites the ticket cache to the new principal. Therefore I would like to know if it is possible to make a kinit that is only valid in the current session and does not affect the other sessions of the same unix user?
Thanks for your help!