9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Is communication encrypted by default?
@ 2015-01-08  4:41 Yuning Feng
  2015-01-08  5:42 ` Skip Tavakkolian
  0 siblings, 1 reply; 4+ messages in thread
From: Yuning Feng @ 2015-01-08  4:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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?

Thanks!

yuning



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Is communication encrypted by default?
  2015-01-08  4:41 [9fans] Is communication encrypted by default? Yuning Feng
@ 2015-01-08  5:42 ` Skip Tavakkolian
  2015-01-09 14:27   ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Skip Tavakkolian @ 2015-01-08  5:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

"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 <fengyuning1984@gmail.com>
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?
>
> Thanks!
>
> yuning
>
>

[-- Attachment #2: Type: text/html, Size: 740 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Is communication encrypted by default?
  2015-01-08  5:42 ` Skip Tavakkolian
@ 2015-01-09 14:27   ` erik quanstrom
  2015-01-09 14:36     ` David du Colombier
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2015-01-09 14:27 UTC (permalink / raw)
  To: 9fans

> "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 <fengyuning1984@gmail.com>
> 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Is communication encrypted by default?
  2015-01-09 14:27   ` erik quanstrom
@ 2015-01-09 14:36     ` David du Colombier
  0 siblings, 0 replies; 4+ messages in thread
From: David du Colombier @ 2015-01-09 14:36 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> plan 9 encrypts cpu by default, sadly import does not

I'm using this in my profile, for years:

fn import { /bin/import -E ssl -e 'rc4_256 sha1' $* }

--
David du Colombier



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-09 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08  4:41 [9fans] Is communication encrypted by default? Yuning Feng
2015-01-08  5:42 ` Skip Tavakkolian
2015-01-09 14:27   ` erik quanstrom
2015-01-09 14:36     ` David du Colombier

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).