Giter VIP home page Giter VIP logo

Comments (1)

baldurmen avatar baldurmen commented on June 24, 2024 1

If anyone stumbles on this issue (which I'm closing), the problem does seem to be a firmware issue. As reported here, the issue is likely caused by some missing abort handling in the code.

GnuPG itself it also probably to blame, as scdaemon sees the solokey v2 as an OpenPGP smartcard, which it is not.

The way to "fix" this issue (a proper fix would probably be a firmware one...) is to use the reader-port argument in scdaemon not to match the solokey:

  1. Plug both your solokey v2 and your OpenPGP smartcard
  2. Run the following command, to get a list of the tokens scdaemon sees: $ echo scd getinfo reader_list | gpg-connect-agent --decode | awk '/^D/ {print $2}'
  3. Identify your OpenPGP smartcard. For example, my Nitrokey Smart is listed as 20A0:4211:FSIJ-1.2.15-43211613:0
  4. Create a file in ~/.gnupg/scdaemon.conf that includes the following line reader-port $YOUR_TOKEN_ID. For example, in my case it is: reader-port 20A0:4211:FSIJ-1.2.15-43211613:0
  5. Reload scdaemon: $ gpgconf --reload scdaemon

Voilàààà.

from solo2-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.