From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 20 Jan 2007 08:22:48 -0500 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] encrypted FS connection from netboot In-Reply-To: <45B10781.80107@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45B10781.80107@gmail.com> Topicbox-Message-UUID: 0699a760-ead2-11e9-9d60-3106f5b1d025 > So, I understand that plan9 9p2000 is supposed > to be encrypted by default now, right? No, that's not right. Only cpu(1) connections are encrypted. Everything else still goes in the clear. Russ