fetzerms / cryptboot-ssh

Retrieve cryptsetup keyfiles via ssh automatically at boot.
GNU General Public License v2.0
18 stars 9 forks source link

Keyserver as a parameter #28

Open 459below opened 5 years ago

459below commented 5 years ago

Maybe it would make sense to misuse the keyfile field to pass the keyserver address to the keyscript.

The executable at the indicated path is executed with the key file from the third field of the crypttab as its only argument

fetzerms commented 5 years ago

This might be a good idea. On the other hand we're dependant on the actual handling of crypttab for systemd etc. We should check if this works properly first.