From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 9 Jan 2015 06:27:06 -0800 To: 9fans@9fans.net Message-ID: <72c72a3c07376cda2dd406f3d4425dc2@brasstown> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Is communication encrypted by default? Topicbox-Message-UUID: 399ae316-ead9-11e9-9d60-3106f5b1d025 > "by default" is what you compile in. look at -e flag for cpu, import, etc. > there's sshsrv for dealing with none plan9 systems. > > On Wed Jan 07 2015 at 8:49:46 PM Yuning Feng > wrote: > > > Questions: > > > > 1. Is communication between servers encrypted by default? > > 2. How about between plan9port and native plan9? > > 3. Assuming the previous questions have positive answers, which part > > of the source shall I browse to convince myself? plan 9 encrypts cpu by default, sadly import does not import.c:22: int encproto = Encnone; - erik