CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/30 02:24:45
Modified files:
usr.bin/ssh : sk-api.h sk-usbhid.c ssh-keygen.c ssh-sk.c
ssherr.c ssherr.h
Log message:
translate and return error codes; retry on bad PIN
Define some well-known error codes in the SK API and pass
them back via ssh-sk-helper.
Use the new "wrong PIN" error code to retry PIN prompting during
ssh-keygen of resident keys.
feedback and ok markus@
