diff options
author | Christian Hesse <mail@eworm.de> | 2014-03-26 23:22:50 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-03-26 23:22:50 +0100 |
commit | f1468a34e7be13749ee3e7e2e09517b0a0d302ac (patch) | |
tree | 60ad891b27d86affc65c371a7dbb3f5443ffee0a /conf/ykfde.conf | |
parent | e3e1baf903241f52689b820f9a751d66b6941aa6 (diff) | |
download | mkinitcpio-ykfde-f1468a34e7be13749ee3e7e2e09517b0a0d302ac.tar.gz mkinitcpio-ykfde-f1468a34e7be13749ee3e7e2e09517b0a0d302ac.tar.zst |
allow to set slot for specific Yubikey
Diffstat (limited to 'conf/ykfde.conf')
-rw-r--r-- | conf/ykfde.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/ykfde.conf b/conf/ykfde.conf index 1989351..a65c7d8 100644 --- a/conf/ykfde.conf +++ b/conf/ykfde.conf @@ -1,3 +1,8 @@ +[general] # Specify what Yubikey slot to use for full disk encryption # The specified slot has to be configured for HMAC-SHA1. Slot = 2 + +# you can specify slot for one or more specific Yubikeys as well +#[1234567] +#Slot = 1 |