Remote Authentication of An Encrypted ZFS / (root)?

FreeBSD's ZFS does not support encryption. It's available from version 30 and FreeBSD's ZFS is still at 28.
 
SirDice said:
FreeBSD's ZFS does not support encryption. It's available from version 30 and FreeBSD's ZFS is still at 28.

I guess zfs can be on top of GELI (http://forums.freebsd.org/showthread.php?t=29652) for encryption.

Actually, my question is not about encryption, but any FreeBSD tool that can do remote authentication of the encrypted disk either using an encrypted passphrase or keyfile as in the case of Mandos.

Thanks anyway!
 
I'm not aware of any such tools on FreeBSD. It's going to be tricky to implement too, you would need to load and start a daemon or some other client before you have access to a filesystem. Not impossible but not really easy either.
 
Back
Top