> 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 lin
I'm playing around with booting a cpu kernel in qemu, and I'd like to
be able to drawterm to it for testing stuff. However, as it is it
seems that I need to specify an auth server. sources.cs.bell-labs.com
works, but that's clunky and depending on my networking situation not
always an option.
Is t