Package: yhsm-yubikey-ksm Severity: normal Tags: patch yhsm-yubikey-ksm was throwing 403s when trying to validate an OTP. It turned out the documented base URL is wrong (which is picked if not explicitly set with -U).
Attached patch updates the manpage. Cheers, Moritz
diff -aur python-pyhsm-1.0.4l.orig/yubikey-ksm/yhsm-yubikey-ksm.1 python-pyhsm-1.0.4l/yubikey-ksm/yhsm-yubikey-ksm.1 --- python-pyhsm-1.0.4l.orig/yubikey-ksm/yhsm-yubikey-ksm.1 2015-08-24 17:09:24.000000000 +0200 +++ python-pyhsm-1.0.4l/yubikey-ksm/yhsm-yubikey-ksm.1 2015-12-15 12:21:01.157324035 +0100 @@ -39,7 +39,7 @@ enable debug printout, including all data sent to/from YubiHSM .TP \fB\-U\fR, \fB\-\-serve\-url\fR base -base of URL for decrypt web service (default: /yhsm/validate?) +base of URL for decrypt web service (default: /wsapi/decrypt?otp=) .TP \fB\-S\fR, \fB\-\-stats\-url\fR url URL where some basic statistics about operations since start can be collected Nur in python-pyhsm-1.0.4l/yubikey-ksm: yhsm-yubikey-ksm.1~.