META TOPICPARENT |
name="WebHome" |
Known Issues
Mac OS X
SSH access to CERN SL6 machines
2 June 2010
Using a Kerberos ticket to log-in to 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.ch
This option can also be set in the SSH configuration file (~/.ssh/config ) as follows:
Host lxplus*
GSSAPITrustDNS yes
|