From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] u9fs authentication From: "Russ Cox" Date: Thu, 27 Dec 2007 11:03:07 -0500 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20071227210305.8D9F21E8C1C@holo.morphisms.net> Topicbox-Message-UUID: 22d4092e-ead3-11e9-9d60-3106f5b1d025 > on the host 'mac' /etc/u9fs.keys contains: > macpassword > powerbook > plan9.authentication.dom > > I used auth/secuser to set the password for powerbook to macpassword on the auth > server's console. > > then I try to connect to it using: This would have worked except that auth/secuser edits secure store users. You wanted auth/changeuser. Russ