Before putting in a service desk ticket, download and run this script and provide the output. That saves about 20 back and forth as the experts ask you to check things.
Make certain you have kerberos on your machine. OSX has it by default, you may need to install on unix or windows systems
Maybe you have a NAT which is blocking communication with the FNAL KDC. see the troubleshooting doc above for ideas on how to deal with that
Your are running conda and it has messed with your kerboros config.
Here we suggest either
a) kinit before you activate conda or
b) force conda to cache credentials where you want:
your local username isn't the same as your Fermilab username. I use an environmental for hosts that includes my correct remote username to avoid this common mistake.
You can kinit but ssh doesn't work
'ssh -Y @dunegpvm0X.fnal.gov ` doesn't work.
Your ssh config needs some special things included, make certain you have:
Your Kerberos account has expired. Error message: kinit: krb5_get_init_creds: Error from KDC: CLIENT EXPIRED
You need to renew your Kerberos account password once/year and yours has expired. At this point you likely have to contact the Helpdesk to set a new password.
Problems with connections to Fermilab machines can arise for several different reasons.
Before putting in a service desk ticket, download and run this script and provide the output. That saves about 20 back and forth as the experts ask you to check things.
Make certain you have kerberos on your machine. OSX has it by default, you may need to install on unix or windows systems
your local username isn't the same as your Fermilab username. I use an environmental for hosts that includes my correct remote username to avoid this common mistake.
You can kinit but ssh doesn't work 'ssh -Y@dunegpvm0X.fnal.gov ` doesn't work.
Your ssh config needs some special things included, make certain you have:
Error message: kinit: krb5_get_init_creds: Error from KDC: CLIENT EXPIRED
You need to renew your Kerberos account password once/year and yours has expired. At this point you likely have to contact the Helpdesk to set a new password.See https://computing.fnal.gov/wilsoncluster/kerberos-ssh-troubleshooting/ and https://computing.fnal.gov/lqcd/troubleshooting-kerberos-kinit-problems/
for more trouble shooting hints.