From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: plan9fans@ntlworld.nospam.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] auth on terminal Date: Thu, 25 Mar 2004 13:36:04 +0000 Topicbox-Message-UUID: 41d8912e-eacd-11e9-9e20-41e7f4b1d025 Hi, Firstoff, sorry for dumb question. I'am trying connect two stand alone terminals together, larch and paris; paris is also going to act as authserver. On paris I start the auth server by hand auth/keyfs -m /mnt/keys /adm/keys aux/listen -q -t $home/bin/service.auth -d $home/bin/aservice setup my auth info (only once) auth/wrkeys auth/changeuser steve Add keys to factotum for both machines. key proto=p9sk1 dom=mydom.net user=steve !password=xxxx Now if I run auth/debug on either machine and everything looks OK. When I try to do larch% cpu -h paris the command doesn't return. When I hit return on paris it prints password: "behind rio" there is obviously two processes reading the keyboard, rio, and this program running behind it (keyfs ?) if I hit return a few more times larch prints no key rio: can't find mouse: device or object already in use Unfortuanately this process on paris keeps reading the keyboard and eating every other character or so I have to reboot it in the end. I think I am nearly there but I don't know what I have missed. Anyone? -Steve