There are two choices that you can access CS's AFS from corn, myth:
- Passwordless option.
After login (or in your login script),
run aklog -d -c cs.stanford.edu -k CS.STANFORD.EDU
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
then run 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.