From: David du Colombier <0intro@gmail.com>
To: 9fans@9fans.net
Subject: Re: [9fans] drawterm to a cpu server without authentication
Date: Thu, 9 Aug 2012 07:06:41 +0200 [thread overview]
Message-ID: <20120809070641.01ac4d54@zinc.9fans.fr> (raw)
In-Reply-To: <CAL4LZygjTnSBe-31ZeG=yMof9-ErMdJHgYfyLKdwv=5mKaA6Kw@mail.gmail.com>
> 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
prev parent reply other threads:[~2012-08-09 5:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-08 21:53 John Floren
2012-08-09 5:06 ` David du Colombier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120809070641.01ac4d54@zinc.9fans.fr \
--to=0intro@gmail.com \
--cc=9fans@9fans.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).