[Bug 291341] Encrypted ZFS home doesn't work during install FreeBSD 15.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jun 2026 19:22:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291341 --- Comment #5 from Yonas Yanfa <yonas.yanfa@gmail.com> --- (In reply to Oleksandr Kryvulia from comment #4) Thanks! Using a stronger password got me pass this issue but I found out my home folder wasn't decrypted after logging in. Adding this to `/etc/pam.d/system` got it automatically decrypted: ``` auth optional pam_zfs_key.so try_first_pass homes=zroot/home session optional pam_zfs_key.so homes=zroot/home ``` -- You are receiving this mail because: You are the assignee for the bug.