From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7cc56d72105c4994f31c2f46e68b24b5@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Some random questions From: "Russ Cox" In-Reply-To: <20030221085621.GB2899@littlegreenmen.armory.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 21 Feb 2003 10:00:13 -0500 Topicbox-Message-UUID: 6cff4d04-eacb-11e9-9e20-41e7f4b1d025 > 1) Is there an equivalent of su? We'd like to have a p9 > term up at the next Armory party, but we don't want > people to have to reboot each time they want to login > under their own username. Auth/login might do some of what you want. > 2) Is there a way to stop ssh from remembering passwords? > We've thought about writing a script to delete the keys > but that's an obvious kludge. You could use this: #!/bin/rc rfork n auth/factotum exec /$cputype/bin/ssh $* Russ