From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20c57405f33c034344ecdfd4767f820f@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] floppy based standalone auth server From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 3 Dec 2002 00:06:03 -0500 Topicbox-Message-UUID: 2bfbba5e-eacb-11e9-9e20-41e7f4b1d025 > I may be getting this wrong, but isn't it useful for connections > from foreign hosts? Like telnet and FTP, for example? There's nothing magical about the name netkeys. It's just convention that Plan 9 (password-based) keys are stored in /mnt/keys whereas hardware-based keys are stored in /mnt/netkeys. When you use netkey (see passwd(1)), you are simulating a SecureNet box but with a password, so /mnt/keys is the relevant database. Russ