Displaying 1 result from an estimated 1 matches for "krb5cc_243_245".
2011 Oct 20
2
[Bug 1945] New: Only 1 of the 2 krb cache files is removed on closing the ssh connection with UsePrivilegeSeparation=yes
...test at pts/0
test 242 225 0 14:03:39 pts/tb 0:00 ssh system1
root 243 170 0 14:03:39 ? 0:02 sshd: test [priv]
$ ll /tmp/krb5cc*
-rw------- 1 test users 416 Oct 20 14:03
/tmp/krb5cc_170_243
-rw------- 1 test users 416 Oct 20 14:03
/tmp/krb5cc_243_245
Env KRB5CCNAME is set to
KRB5CCNAME=FILE:/tmp/krb5cc_243_245
On closing the session,the cache file corresponding to the nonpriv
process is not removed.
$ ll /tmp/krb5cc*
-rw------- 1 test users 416 Oct 20 14:03
/tmp/krb5cc_243_245
I have tested this on hpux but believe the sa...