dracut-sshd-tpm/47sshd-tpm/unseal.service

14 lines
215 B
SYSTEMD
Raw Normal View History

2025-01-05 20:04:46 +03:00
[Unit]
Description=Unseal OpenSSH host keys
DefaultDependencies=no
Before=sshd.service
After=tpm2.target
Requires=tpm2.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/unseal.sh
[Install]
RequiredBy=sshd.service