summaryrefslogtreecommitdiff
path: root/nfs-ssh-fw
diff options
context:
space:
mode:
Diffstat (limited to 'nfs-ssh-fw')
-rwxr-xr-xnfs-ssh-fw6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfs-ssh-fw b/nfs-ssh-fw
index 7866ded..b1258ae 100755
--- a/nfs-ssh-fw
+++ b/nfs-ssh-fw
@@ -4,6 +4,12 @@
# the article "Encrypted NFS with OpenSSH and Linux" found here:
# http://www.samag.com/documents/s=4072/sam0203d/sam0203d.htm
#
+# Recommended fstab setup:
+# master.foo.com:/home /mnt/home nfs rw,hard,intr 0 0
+#
+# Read Firewall HOWTO for info on "pinning" RPC daemons to specific portnumbers:
+# http://nfs.sourceforge.net/nfs-howto/security.html
+#
# TODO: Use getopts and configfile
# Figure out a way to automount
# Figure out a way to automount through PAM