From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <98554711dcea1e50fa784c62382267b4@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] File Server Authentication Woes From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 7 May 2002 12:20:03 -0400 Topicbox-Message-UUID: 8bc14392-eaca-11e9-9e20-41e7f4b1d025 > When I do this, I don't get a key prompt again, but the error messages > change (due to the fact that there is no key matches apparently). You're on a cpu server, so factotum won't prompt. Instead tell it manually: echo 'key proto=p9sk1 dom=your.auth.domain user=you !password=secret' >/mnt/factotum/ctl If that works, try running auth/wrkey to rewrite your nvram and then reboot. Russ