From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1fa83044388b13fc8868151b84b0d9b4@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Standalone cpu/auth server.. From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 19 Dec 2002 21:32:07 -0500 Topicbox-Message-UUID: 356af0a0-eacb-11e9-9e20-41e7f4b1d025 > Drawterm now works straight UNIX style login ... if by UNIX style you mean that there is a password prompt. Otherwise it's nothing like UNIX. The password does NOT go over the wire. It never leaves the drawterm process. > Is ther any way to make '-n' (for using netkey auth) option > on drawterm work? I assume you mean it does not work? What goes wrong when you type drawterm -c cpusrv-addr -n ? (You can include the -a authsrv-addr, but it's ignored with -n.) Russ