From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Tue, 24 Aug 2004 17:06:50 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] bootes and factotum and pull? In-Reply-To: <6fe48aebd2ac8a3288acdd21fb5172c6@tombob.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d91aa8ec-eacd-11e9-9e20-41e7f4b1d025 Re bootes authenticating onto sources cpu servers run auth/factotum at boot by default, you just need to populate it with passwords and then bootes can connect to things like any other user. I run this in my cpurc: auth/secstore -n -G factotum | read -m >> /mnt/factotum/ctl and added sources to bootes secstore. The -n arg asks secstore to collect bootes password from the nvram so the server can still boot-up unattended. -Steve