Versions Compared

Key

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

...

  1. Launch a gnome desktop session.
  2. Open a terminal.
  3. >>ssh mcclogin 
  4. >>ssh fphysics@facet-srv01 
  5. Select your profile.
  6. >>facethome


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

Code Block
klist

if it is empty, run:

Code Block
kinit && aklog


For more info, check

Some useful commands

If you have passwordless ssh set up, this is pretty easy to use. They let you do some basic things on facet-srv01 without having to go through all these login steps

...