> now, drawterm works, which is good. but somehow cpu doesnt work for
> me. this is what happens:
> 
> mill# cpu -h 192.168.1.199 -u vdharani
> cpu: can't authenticate: 192.168.1.199: auth_proxy rpc write:
> p9...@mill.edu: no key matches user=vdharani proto=p9sk1 dom=mill.edu
> role=client user? password?
> 

need to run factotum.  here's dt_factotum (geoff):

#!/bin/rc

if (! test -f /srv/factotum.$user)
        auth/factotum -s factotum.$user
mount -b /srv/factotum.$user /mnt


Reply via email to