Can I password protect an NFS share?

I have two machines on a local network (Ubuntu 11.04). I created an NFS server on machine A. The other machine B receives its IP through DHCP.

I want to know if IP is the only way to allow or deny hosts from accessing the NFS share. Is there some way I can restrict access to the NFS share based on a password?

1 Answer

Without involving an authentication method like Kerberos, NFS on its own has very little in the way of access control - pretty much just restriction by IP address as you noted.

More info here if you want to look at the Kerberos option:

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like