Versions Compared

Key

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

...

  1. Confirm that you have a SLAC unix account.
  2. Using any terminal client ssh username@centos7.slac.stanford.edu   and then ssh mcclogin .
  3. Generate your SSH key ssh-keygen -t rsa   and hit enter 3 times.
  4. Email Ken Brobeck brobeck@slac.stanford.edu and provide your unix username and the information that your key was generated on mcclogin. CC Spencer Gessner sgess@slacIvan Rajkovic rajkovic@slac.stanford.edu .
  5. IMPORTANT: don't run 'ssh-keygen' after this or you will overwrite your keys and lose access!

How to log on to facet-srv01 and access facethome remotely

...

If you don't care about profiles and would like to skip profile selection, use this command in step 4:

Code Block
ssh -Y fphysics@facet-srv20srv01 -t '/bin/bash --init-file .bashrc'



if you get asked for a password after step 4, you either don't have working ssh keys (see previous paragraph), or you don't have access to the AFS filesystem. In the latter case, check the output of:

...