diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-26 01:06:31 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-26 01:06:31 +0000 |
commit | f5fe5e48d3e6e3baf7a027c96a376c4bfee523b0 (patch) | |
tree | ea3c1685de48f96a33a3e4f0d8fe0f3fead6314a /nfs-ssh-fw | |
parent | 580bfaa50dd660a84d69a0e479b19375748b3303 (diff) |
New script mycert to help merge and encrypt user certificate.
Diffstat (limited to 'nfs-ssh-fw')
-rwxr-xr-x | nfs-ssh-fw | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |