de0u If there is an app installed on your laptop which intermediates
Yes an GUI app or CLI uses udev rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", MODE:="0660", GROUP:="onlykey", RUN+="/usr/local/bin/onlykey-cli settime"
KERNEL=="ttyACM*", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", MODE:="0660", GROUP:="onlykey", RUN+="/usr/local/bin/onlykey-cli settime"
If you want to use the Onlykey on another computer without an app, you can use the alternative On-The-Go:
de0u
TOTP is possible, see for example https://docs.onlykey.io/usersguide.html#google-authenticator-otg
I only use TOTP on the key for sites that still cannot support U2F and or WebAuthn/FIDO2.