Here is a summary of questions on using U2F w/ a Yubikey only to login to a Google account that is hopefully helpful to others:
-
U2F uses challenge reponse. The docs rely on
sys-usb
; if not present andsys-net
handles USB, then installation is not possible, right? -
Yubikey Challenge-Response installation is a pre-requisite to using U2F, right? It is not usufficient to install drivers only and avoid a full stack implementation.
-
if
sys-usb
has to be post-installed, is it possible to be set to only take responsibility of the Yubikey and let wireless keyboards and mice handled otherwise be handlet bysys-net
? How to specifiy an individual USB port to be handled bysys-usb
? -
if it is not desired to have sys-usb which are to steps to quickly set up a Yubikey for use w/ U2F to login to a Google account?
Thanks!