Accessing AFS from corn,myth

There are two choices that you can access CS's AFS from corn, myth:

  • Passwordless option. After login, run

      aklog -d -c cs.stanford.edu -k CS.STANFORD.EDU

      This can even go in a login script.
      Back on a CS machine, grant the permissions you need on your cs dir to your_sunetid@stanford.edu, e.g.

       fsr sa ~ your_sunetid@stanford.edu write 
 

  • Access as your CSID: After login, run

       kinit your_csid@CS.STANFORD.EDU
       aklog -c cs.stanford.edu -k CS.STANFORD.EDU

Now you have access directly as your CSID, so you don't need to grant permissions.