DUNE / FAQ

Frequently asked questions for DUNE computing
Apache License 2.0
0 stars 0 forks source link

You use conda and can't ssh using kerberos #22

Open hschellman opened 1 year ago

hschellman commented 1 year ago

Conda messes with your kerberos.

We have found that putting:

export KRB5CCNAME=KCM:uid in your .profile

(where uid is your numeric user id number on your machine) and then

kinit -f -V -c $KRB5CCNAME username@FNAL.GOV

works. Might want to put the kinit command in an alias or script....