[38536] in Kerberos
Re: special ccache performance issue
daemon@ATHENA.MIT.EDU (Charles Hedrick)
Mon May 13 17:28:58 2019
From: Charles Hedrick <hedrick@rutgers.edu>
To: Greg Hudson <ghudson@mit.edu>
Date: Mon, 13 May 2019 21:28:45 +0000
Message-ID: <0452FA70-995A-4C38-8FC3-6B3C3C13845C@rutgers.edu>
In-Reply-To: <CF3EB3D3-63BF-462D-A250-ADBF75F70F8F@rutgers.edu>
Content-Language: en-US
MIME-Version: 1.0
Cc: "kerberos@mit.edu" <kerberos@mit.edu>
Content-Type: text/plain; charset="utf-8"
Errors-To: kerberos-bounces@mit.edu
Content-Transfer-Encoding: 8bit
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.
On May 13, 2019, at 5:09:05 PM, Charles Hedrick <hedrick@rutgers.edu<mailto:hedrick@rutgers.edu>> wrote:
That’s
exec /bin/ssh “$@"
On May 13, 2019, at 4:50 PM, Charles Hedrick <hedrick@rutgers.edu<mailto:hedrick@rutgers.edu>> wrote:
exec /bin/sh “$@"
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos