Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2026 19:22:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        sysinstall@FreeBSD.org
Subject:   [Bug 291341] Encrypted ZFS home doesn't work during install FreeBSD 15.0
Message-ID:  <bug-291341-8135-SaZwbWmwPC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-291341-8135@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291341-8135-SaZwbWmwPC>