Thanx for the background Ben.

I'm gonna stick with sshfs for now. If I need more performance I'll go the NFS 
route I suppose.

Other advantages of sshfs are you can mount as user with no root interaction 
needed and it's simple. Simple and secure is good ;-)

Hack on.

On Fri, Sep 05, 2014 at 09:10:52PM -0400, Benjamin Coddington wrote:
NFS is going to beat SSHFS in performance.

For security, you'll need a either a secured network (VPN/IPSec) to do a simple NFS setup (that would be using AUTH_SYS security which is basically a trust model so listeners on the wire can intercept and muck w/ things). Alternatively, NFSv4 can run with a security mode of AUTH_GSS and one of krb5 (authentication), krb5i (auth + integrity), or krb5p (auth + privacy). The latter option would use a GSS layer to secure NFS traffic, however you need a working Kerberos setup on both machines for this. For non-enterprise work, that can be a little much, but it is doable and works well.

Just to add one final thing - NFS development continues today. It seems old because it's been around forever, but it continues to make progress, add features, and improve.

Ben

On 5 Sep 2014, at 14:01, Joe Golden wrote:

My main concerns are performance and security.

I know there used to be issues with nfs security, but maybe those have been solved in the more recent versions.

How much slower is sshfs?

Thanx.

On Wed, Sep 03, 2014 at 08:15:23PM -0400, Benjamin Coddington wrote:
What kind of comparisons do you want? Performance? Reliability? Integrity?

NFSv4 is pretty modern.  It's not your grandpa's NFS.

Ben

On 3 Sep 2014, at 11:10, Joe Golden wrote:

Anthony,

I'm playing with sshfs. Anybody got comparisons for sshfs vs nfs?

And I second the "something more modern than nfs"?

Cheers.

On Wed, Sep 03, 2014 at 10:38:57AM -0400, Anthony Carrico wrote:
On 09/03/2014 10:36 AM, Anthony Carrico wrote:
Just to anticipate some answers:
* I know I could export the file system via nfs, and run ssh
cpu-machine racket, but can it be done without exporting the filesystem?

And while we are on the topic, is there something more modern than nfs?

--
Anthony Carrico




--
Joe Golden /_\ www.Triangul.us /_\ Coding, Drupalism, Open Sourcery

--
Joe Golden /_\ www.Triangul.us /_\ Coding, Drupalism, Open Sourcery

--
Joe Golden /_\ www.Triangul.us /_\ Coding, Drupalism, Open Sourcery

Reply via email to