1. Personalization of Gnuk Token

    Preparation

    When I personalize the Token, I do that on different terminal.

    $ x-terminal-emulator
    

    and I don't use gpg-agent for the personalization and I kill scdaemon so that it doesn't interfere to normal operations.

    $ unset GPG_AGENT_INFO
    $ killall -9 scdaemon
    $ killall -9 scdaemon
    scdaemon: no process found
    

    Personalize your Gnuk Token

    Invoke …

    more »
  2. Initial Configuration of Gnuk Token

    Conditions

    I assume you are using GNU/Linux and pcsc-lite.

    Preparation

    We need to kill scdaemon before configuring Gnuk Token.

    $ killall -9 scdaemon
    $ killall -9 scdaemon
    scdaemon: no process found
    

    Random bits (required)

    Since Gnuk doesn't have Random Number Generator, we need to put random bits.

    You can do that …

    more »