summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnfs-ssh-fw4
1 files changed, 4 insertions, 0 deletions
diff --git a/nfs-ssh-fw b/nfs-ssh-fw
index 4eb3927..7866ded 100755
--- a/nfs-ssh-fw
+++ b/nfs-ssh-fw
@@ -3,6 +3,10 @@
# Originally written by James Strandboge <jstrand1@rochester.rr.com> in
# the article "Encrypted NFS with OpenSSH and Linux" found here:
# http://www.samag.com/documents/s=4072/sam0203d/sam0203d.htm
+#
+# TODO: Use getopts and configfile
+# Figure out a way to automount
+# Figure out a way to automount through PAM
use strict;
use File::Basename;