From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006161410.KAA24210@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Questions: PPP/PAP and S3 Trio 3D/2X From: "rob pike" Date: Fri, 16 Jun 2000 10:10:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c13a7da6-eac8-11e9-9e20-41e7f4b1d025 Hmm, CHAP is actually just as cleartext as PAP, except that the cleartext stage is in a different place in the network. We try to make sure the passwords used in challenge/response protocols, in particular the main Plan 9 authentication protocol, never go on the network. For instance, netkey checks that you're on a terminal: term% cpu % netkey netkey must not be run on the cpu server % -rob