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 [email protected]
e.g. fsr sa ~ [email protected] write
- Access as your CSID:
After login,
run kinit [email protected]
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.