current OpenSSH no longer allows RSA with SHA1 signatures
Error:
debug1: Offering public key: RSA key pair for SSH RSA
SHA256:bfNDcHOqa76WLf2b0Q/nhCVxJH6tNf6rIc1lPIKN75A token agent
debug1: send_pubkey_test: no mutual signature algorithm
Adding this to my ~/.ssh/config allows me to connect
Host
I found help from the opensc project.
A change in pkcs11-tool syntax worked, but ssh still fails (not asking
for a password)
```
pkcs11-tool -L -l --module /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so
Available slots:
Slot 0 (0x0): Feitian ePass2003 00 00
token label: ePass2003 (User PIN
** Package changed: ubuntu-release-upgrader (Ubuntu) => opensc (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1972753
Title:
opensc-pkcs11 failing epass2003_pin_cmd after 22.04 upgrade
To m
OPENSC_DEBUG=3 pkcs11-tool -lt --module /usr/lib/x86_64-linux-
gnu/opensc-pkcs11.so
The earliest issue is a 'Record not found', but I'm not sure if that is
important.
P:18772; T:0x139877741000704 23:14:29.803 [opensc-pkcs11]
card-epass2003.c:1029:epass2003_sm_free_wrapped_apdu: returning with: 0
Tried again this way, and It rejected the pin
pkcs11-tool -lt --module /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so
Using slot 0 with a present token (0x0)
Logging in to "ePass2003 (User PIN)".
Please enter User PIN:
C_SeedRandom() and C_GenerateRandom():
seeding (C_SeedRandom) not supported
s
I also moved ~/.ssh out of the way.
still no password prompt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1972753
Title:
opensc-pkcs11 failing epass2003_pin_cmd after 22.04 upgrade
To manage noti
I see all the items on the card
pkcs15-tool --dump
I see the ssh keys with pkcs15-tool and
ssh-keygen -D /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so -e
But ssh causes the LED to flicker, but I am not prompted for a password
ssh -I /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so @
@: