diff options
Diffstat (limited to 'nfs-ssh-fw')
-rwxr-xr-x | nfs-ssh-fw | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |