Subject: Re: securing NetBSD<->Solaris
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: Dan Winship <danw@helixcode.com>
List: tech-pkg
Date: 08/29/2000 23:36:40
>  * Is there some way to do "secure" NFS between NetBSD and Solaris?
>    Kerberized NFS? How does one set these up?

If by Kerberized NFS you mean the old krb4 based thing, it's hardly
even "secure"-with-quotes-around-it. (It just authenticates the uid in
the mount command.)

There's a GSS-API based thing that's probably a lot better, but I
don't know any details about it besides that I'm pretty sure NetBSD
doesn't support it.

-- Dan