Some day, I will write a user-friendly script that generates the keys...
As foo@server_host, create ~/.paraslash/server.users by typing the
following commands:
+ user=bar
target=~/.paraslash/server.users
- key=~/.paraslash/key.pub.$LOGNAME
+ key=~/.paraslash/key.pub.$user
perms=AFS_READ,AFS_WRITE,VSS_READ,VSS_WRITE
mkdir -p ~/.paraslash
- echo "user $LOGNAME $key $perms" >> $target
+ echo "user $user $key $perms" >> $target
This gives "bar" the full privileges.