Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information, see https://confluence.slac.stanford.edu/display/SCSPub/Transferring+Data .

SSH between a non-SLAC machine and a SLAC machine

If you have an AFS home directory on your SLAC linux computer, using ssh host keys will not be very useful since that will not provide you with an AFS token. Instead of ssh host keys, you can use Kerberos (GSSAPI) Authentication by doing the following:

  1. Turn on GSSAPI options in your ~/.ssh/config file.

    Code Block
                        GSSAPIAuthentication yes
                        # Specifies whether user authentication based on GSSAPI is allowed.
                        
                        GSSAPIDelegateCredentials yes
                        # Forward (delegate) credentials to the server.