lxplus.cern.ch
via SSH may fail, reverting instead to password authentication. This can be prevented by adding GSSAPITrustDNS=yes
to the SSH command:
$ ssh -oGSSAPITrustDNS=yes lxplus.cern.chThis option can also be set in the SSH configuration file (
~/.ssh/config
) as follows:
Host lxplus* GSSAPITrustDNS yes