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
Topic revision: r1 - 2016-04-21 - GordonStewart
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback