Skip to content
fritz-hh edited this page Mar 20, 2013 · 1 revision

ON THE LOCAL SYSTEM: ssh-keygen -t dsa cat ~/.ssh/*.pub | ssh user@remote-system 'umask 077; cat >>.ssh/authorized_keys'

ON THE REMOTE SYSTEM: nas4free:/mnt/backup# zfs allow backup ---- Permissions on backup ------------------------------------------- Local+Descendent permissions: user backup_user compression,create,mount,readonly,receive,send

ON THE REMOTE SYSTEM: Please add a note to the zfs manpage that even if zfs allow is used to allow a user to mount their own zfs filesystems, that FreeBSD will not allow it unless the sysctl vfs.usermount is set to 1.

Clone this wiki locally