From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 9 Aug 2012 07:06:41 +0200 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20120809070641.01ac4d54@zinc.9fans.fr> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] drawterm to a cpu server without authentication Topicbox-Message-UUID: a8e740c2-ead7-11e9-9d60-3106f5b1d025 > Is there a way to boot a cpu server such that it will just accept > connections from anyone, without authentication? Sort of like how you > can connect to sources as "none", except for cpu. It is already implemented, but not enabled by default. In /sys/src/cmd/cpu.c, uncomment the following line: // { "none", noauth, srvnoauth,}, Then, you can: aux/listen1 tcp!*!17010 cpu -R -a none And: cpu -h 127.1 -a none -- David du Colombier