The default Kerberos ticket cache location in openSuSe is set to:
/tmp/krb5cc_[uid]_xxxxxx
However the Kerberos library assumes it is: (if no KRB5CCNAME variable is set)
/run/user/[uid]/krb5cc/tkt
This is a 3rd party issue that affects OpenSuSe clients.
WORKAROUND:
Manually set the correct KRB5CCNAME variable before running the ssh command.
e.g
# KRB5CCNAME=FILE:/tmp/krb5cc_${uid}; export KRB5CCNAME
You can also set the KRB5CCNAME in the environment variables
KRB5CCNAME=FILE:/tmp/krb5cc_${uid}
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center