On Fri Nov 27 10:22:32 EST 2009, [email protected] wrote:
> > none doesn't have access to eve's factotum, so you have to
> > run sshserve from a trusted listen anyway.
>
> Maybe your configuration is non-standard. Normally /lib/namespace
> mounts /srv/factotum on /mnt, and /mnt/factotum/ctl has rw-r--r--
> permission so anyone can read it.
but you'll notice there's nothing in the file and that
/mnt/factotum/* point to a different instance. since
listen's becomenone() is almost the same as auth/none,
; ls -l /mnt/factotum/ctl
--rw-r--r-- M 11 eve eve 0 Nov 27 11:21 /mnt/factotum/ctl
; cat /mnt/factotum/ctl
key proto=p9sk1 user=eve dom=mydom.com !hex? !password?
; auth/none
; ls -l /mnt/factotum/ctl
--rw-r--r-- M 53 eve eve 0 Nov 27 11:22 /mnt/factotum/ctl
; cat /mnt/factotum/ctl
;
- erik