Re: How to debug Yubikey communication

2021-11-13 Thread Kamil Jońca
Kamil Jońca writes: > I have strange problem. > > I use Yubikey 5 with OATH and gpg key applications configured on it. > > In general it works (i.e. I got oath codes and can use gpg to > encrypt/decrypt messages.) > But when this key is in usb port it "gold circle" lights withut any > visible

Re: How to debug Yubikey communication

2021-11-13 Thread Kamil Jońca
Teemu Likonen writes: > * 2021-11-13 18:23:13+0100, Kamil Jońca wrote: > >> I use Yubikey 5 with OATH and gpg key applications configured on it. > >> How can I debug communication with this key? > > Edit ~/.gnupg/scdaemon.conf file and add lines there: > > debug-level 8 > log-file

Re: How to debug Yubikey communication

2021-11-13 Thread Teemu Likonen
* 2021-11-13 18:23:13+0100, Kamil Jońca wrote: > I use Yubikey 5 with OATH and gpg key applications configured on it. > How can I debug communication with this key? Edit ~/.gnupg/scdaemon.conf file and add lines there: debug-level 8 log-file /tmp/scdaemon.log You should probably read