[38537] in Kerberos

home help back first fref pref prev next nref lref last post

Re: special ccache performance issue

daemon@ATHENA.MIT.EDU (Wang Jian)
Wed May 15 11:32:34 2019

MIME-Version: 1.0
In-Reply-To: <0452FA70-995A-4C38-8FC3-6B3C3C13845C@rutgers.edu>
From: Wang Jian <larkwang@gmail.com>
Date: Wed, 15 May 2019 23:31:41 +0800
Message-ID: <CAF75rJCsBbeyd3H1LUcNWv4W6s1gpFSo1nNRdTSYESaBv4js1g@mail.gmail.com>
To: Charles Hedrick <hedrick@rutgers.edu>
Cc: "kerberos@mit.edu" <kerberos@mit.edu>
Content-Type: text/plain; charset="utf-8"
Errors-To: kerberos-bounces@mit.edu
Content-Transfer-Encoding: 8bit

Charles Hedrick <hedrick@rutgers.edu> 于2019年5月14日周二 上午5:29写道:

> another workaround:
>
> Put your credential cache in /tmp.
>
> instead of ssh call a script that does this:
>
> cp $KRB5CCNAME /tmp/krb5cc_$$
> export KRB5CCNAME=/tmp/krb5cc_$$
>
> ssh “$@“
> rm /tmp/krb5cc_$$
>
> That is, copy the cache into a different /tmp file for each time you do
> the ssh.
>
>
The workaround is straightforward and is what I thought.

But my purpose is to raise the issue here. I prefer that it works off the
shelf.

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


home help back first fref pref prev next nref lref last post