Will the released version of systemd on impish support FIDO2 devices?

Asked by Timothy Allen

I would like to use systemd-cryptenroll to enroll a FIDO2 device.

Running "systemd-cryptenroll --fido2-device=list" returns the message "FIDO2 tokens not supported on this build".

Would it be possible to have this feature enabled in time for the impish release?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu systemd Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said (last edit ):
#1

I was unable to find "systemd-cryptenroll" in any of the Ubuntu or Debian packaging.
Please check the package name.
Here is a list of all systemd packaging:
https://packages.ubuntu.com/search?keywords=systemd
https://fidoalliance.org/how-fido-works/

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

http://manpages.ubuntu.com/manpages/impish/en/man1/systemd-cryptenroll.1.html

As far as I can see both the Debian and the Ubuntu packages are built with "CONFFLAGS = ... -Dlibfido2=false ..."

There is already a bug report in Debian about this issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991129

You might consider creating a similar bug report in Ubuntu, and if you do that, please add a link to the Debian bug report.

Revision history for this message
Timothy Allen (tim-treehouse) said :
#3

Thanks Manfred Hampl, that solved my question.