https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282957

--- Comment #17 from Thierry Thomas <[email protected]> ---
(In reply to Thierry Thomas from comment #16)
Just to summarize, what I do ATM:

1) If the user is part of wheel, just ssh to the host (do not try ssh -Y):

$ ssh host_name
$HOME is just a mountpoint, i.e. an empty directory
$ su
# zfs load-key zroot/usr/home/user_name
# zfs mount zroot/usr/home/user_name
# ^D
$ ^D

and reconnect to initialize your .env and .rc stuff.

2) If the user is not allowed to su, a trick is given at
https://forums.FreeBSD.org/threads/zfs-for-encrypted-home-directory-decrypted-at-login.86819/post-685856
with another user.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to