From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Gabriel Diaz Lopez de la Llave Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit References: <73e7f5eabafb4104b61e27af44467eef@plan9.bell-labs.com> Subject: Re: [9fans] cpu server/terminal combination Date: Fri, 7 Jun 2002 09:06:32 +0000 Topicbox-Message-UUID: a77591ec-eaca-11e9-9e20-41e7f4b1d025 presotto@plan9.bell-labs.com wrote in message news:<73e7f5eabafb4104b61e27af44467eef@plan9.bell-labs.com>... > You can run login from the cpu server if you just set 'service=adfadsf'. > However, I'm still utterly confused. If you are running a standalone > work station, just boot 9pcdisk instead of 9pccpudisk and it'll just > prompt you for user name when it starts. It should no nothing about > bootes. Yes, but i need authentication to that workstation (ftp, ssh, etc) and for that i need to run a cpu-server isn't it? As you say, i do the following: #!/bin/rc echo "login" > /env/service auth/login $1 as a pseudo-su program I can become the user i want. but upfas/fs -f '/pop/192.168.1.3/first class' doesn't work. It respond with "no usable keys found". PD off-topic: thanks for the man pages ;)