Re: Heads-up: importing libcbor and libfido2 into the base system
- In reply to: Ed Maste : "Heads-up: importing libcbor and libfido2 into the base system"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Sep 2021 13:01:07 UTC
On Sat, 18 Sep 2021 11:59:30 -0400 Ed Maste <emaste@freebsd.org> wrote: > To enable FIDO/U2F support in OpenSSH I intend to import two > dependencies into the base system: > > Name: libcbor > URL: https://github.com/PJK/libcbor > License: MIT > > Name: libfido2 > URL: https://github.com/Yubico/libfido2 > License: BSD-2-Clause > > I currently expect to make them PRIVATELIBs. This means they will be > available for use only by the base system, and the import will have no > impact on the ports tree. Plan looks good. To have something that works out of the box we will need some devd config file like we have in the security/u2f-devd port. Then it's just a matter of adding the user to the u2f group to be able to use fido keys with ssh (or firefox). -- Emmanuel Vadot <manu@bidouilliste.com> <manu@FreeBSD.org>