CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/01/21 05:53:35
Modified files: usr.bin/ssh : ssh-add.1 ssh-add.c ssh-pkcs11-client.c ssh-pkcs11-helper.8 ssh-pkcs11-helper.c Log message: add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug verbosity. Make ssh-agent turn on ssh-pkcs11-helper's verbosity when it is run in debug mode ("ssh-agent -d"), so we get to see errors from the PKCS#11 code. ok markus@