From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <026df7a77b320f4e4ad3b302ae2f4d04@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] inferno & plan9 From: rog@vitanuova.com In-Reply-To: <200306262053.20247.n.paskov@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 26 Jun 2003 20:22:19 +0100 Topicbox-Message-UUID: de5a6542-eacb-11e9-9e20-41e7f4b1d025 > If the fs is on remote computer? Is there any possibility to mount remote fs > without auth? I thought that is 'impossible'. Hmm may be I'm wrong, have to > re-read the papers. yeah, it's no problem - it's just insecure, not surprisingly. i just tried it; under inferno, i did: % listen -A tcp!myhostname!1234 {export /tmp} % ls /tmp | wc -l 168 % and under plan 9: % 9fs tcp!myhostname!1234 /n/temp % ls /tmp | wc -l 168 % authentication would be really nice though. it's been on my "to do" list for ages; not hard, just a little tiresome.