Resolução de problemas

General

  • On WebAuthn.io you can check various high-level functionalities, while webautn.bin.coffee provides good developer level details (technical) details.

  • Verificar se o LED está a funcionar como esperado.

  • Pode testar a Nitrokey Passkey utilizando nitropia com nitropy nkpk test.

Windows

Para verificar se o Nitrokey Passkey é reconhecido corretamente, abrir o Gestor de Dispositivos e verificar se o Nitrokey Passkey aparece como um dispositivo USB.

macOS

Para verificar se a Nitrokey Passkey é reconhecida corretamente, abrir o System Report e verificar se a Nitrokey Passkey aparece como um dispositivo USB. Caso contrário, pode utilizar a linha de comandos com o seguinte comando para verificar se o sistema reconhece a Nitrokey Passkey.

system_profiler SPUSBDataType | grep Nitrokey

Linux

Para verificar se o Nitrokey Passkey é corretamente reconhecido, verificar se é mostrado com lsusb.

Se a Nitrokey não for detectada, proceda da seguinte forma:

  1. Copy this file 41-nitrokey.rules to /etc/udev/rules.d/. In very rare cases, the system will need the older version of this file.

  2. Reinicie o udev via sudo service udev restart ou udevadm control --reload-rules && udevadm trigger se estiver a utilizar o Fedora.