From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server as FS From: Richard Miller MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: Date: Fri, 4 May 2001 09:53:13 +0100 Topicbox-Message-UUID: 9a36312c-eac9-11e9-9e20-41e7f4b1d025 > I think. It only works on cpu servers > (/dev/key has to be readable). True, for file service with authentication you do need to run it on a cpu server. But kfs on a terminal will also serve its filesystem to the network if you do 'disk/kfscmd listen'. If you add 'disk/kfscmd noneattach', then other machines will be able to attach as user 'none'. If you add 'disk/kfscmd noauth', other machines will be able to attach as any user, but kfs will accept the remote user identity without attempting to authenticate. Clearly this is not at all secure; but it may be useful on a local network of trusted machines, with no outside connection -- for example, to "synchronise" your laptop with the fs on a standalone Plan 9 machine. -- Richard