9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@9fans.net
Subject: Re: [9fans] securing venti and fileservers was: (vac errors after updating to latest p9p archive)
Date: Mon, 17 Aug 2009 11:55:45 -0400	[thread overview]
Message-ID: <1a728665b9b1d021074cdca8d2e968f6@coraid.com> (raw)
In-Reply-To: <509071940908170836t53a426d0ta62b3dd8d803a22c@mail.gmail.com>

> 0) Venti contains neither authentication nor authorization. If you
> care, you are advised to stick it on a trusted network, or listen only
> on loopback.
>
> 1) The venti protocol reserves space for auth (see VtTauth0 and
> VtTauth1 in /sys/include/venti.h), but I'm pretty sure nobody
> implements it. Certainly I haven't found any definition of those
> fields.

it is typical to not do authentication or authorization on
block-level storage.  venti may be fancy, but it's still block storage.
iscsi notwithstanding, storage networks tend to be pretty locked down.

> 4) There's always ssl or the like. Some people argue that's the best
> path to take; I'm less convinced.

i think it makes a lot of sense to use ssl like a streams module.
push it when necessary.  (venti already requires a streaming
protocol, so this isn't a big loss.)

for a lower-level solution, you could also use various flavors of vpn.

- erik



      reply	other threads:[~2009-08-17 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-17 12:33 Fernan Bolando
2009-08-17 15:36 ` Anthony Sorace
2009-08-17 15:55   ` erik quanstrom [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a728665b9b1d021074cdca8d2e968f6@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).