Discussed in #156
Originally posted by vladak June 23, 2022
solo1-cli version 0.1.1 (with changes matching PR #153), and brand new Solokey with updated firmware:
$ solo1 ls
:: Solos
None: SoloKeys Solo 4.1.5
and it is not possible to change the default PIN:
$ solo1 key change-pin
Please enter old pin:
Please enter new pin:
Please confirm new pin:
'Fido2Client' object has no attribute 'client_pin'
$ solo1 key set-pin
Please enter new pin:
Please confirm new pin:
'Fido2Client' object has no attribute 'client_pin'
I installed the solo1 via the usual means (Python venv + pip install).
The fido2 package is at version 1.0.0.
Discussed in #156
Originally posted by vladak June 23, 2022
solo1-cli version 0.1.1 (with changes matching PR #153), and brand new Solokey with updated firmware:
and it is not possible to change the default PIN:
I installed the
solo1via the usual means (Python venv + pip install).The
fido2package is at version 1.0.0.