From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Mon, 10 Dec 2012 09:37:39 +0000 From: Luke Evans Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [9fans] Canonical way to configure permanent remote cpu access Topicbox-Message-UUID: f26edf16-ead7-11e9-9d60-3106f5b1d025 After many years of knowing about Plan 9 but apparently being too lazy to g= o find out about it, we now have it available on the Raspberry Pi (hurrah!)= . The ease with which I can now install and learn about Plan 9 is now such= that I have no excuse but to dive in :-) Having got Plan 9 running on the Pi with the networking functioning and hav= ing also compiled the version of drawterm for Mac OS X cocoa, I'm now wishi= ng to configure Plan 9 so that it permanently allows access from remote ter= minals for authenticated users. I've found a way to achieve this temporarily from the console: echo 'key proto=3Dp9sk1 dom=3Dplan9 user=3Dglenda !password=3DMYPASS' >/mnt= /factotum/ctl aux/listen1 -t tcp!*!ncpu /bin/cpu -R & This works great, but obviously does not survive a reboot of the system. I= 'd like to know: - Where's the right place to configure a permanent listener in the config/s= tartup files? - How should authentication be also permanently configured for any user tha= t should be able to connect with drawterm? Thanks in advance. -- Luke P.S. Apologies if this ends up being the second posting to the group on thi= s subject, I used the Google Groups web front end to post and it announced = that it may not have managed to post my original submission after quite a w= ait. Trying again after several hours and no sign of my post.