Charlton Trezevant

Results 25 comments of Charlton Trezevant

I concur- Recently began experiencing the same issue. However, this is also true when I use the built-in pkcs11 provider as well as libykcs11: ``` $ ssh-add -s /opt/homebrew/Cellar/yubico-piv-tool/2.3.0/lib/libykcs11.2.3.0.dylib Enter...

Per https://opensource.apple.com/source/OpenSSH/OpenSSH-240.40.1/openssh/ssh-agent.c.auto.html, it would appear that there is a path-based whitelist of PKCS11 providers that can be loaded: ```c #ifdef ENABLE_PKCS11 static void process_add_smartcard_key(SocketEntry *e) { char *provider = NULL,...

I've figured out a temporary workaround. On a fresh macOS installation, `/usr/local/lib` does not exist but is on the PKCS11 provider whitelist. If you create it, and copy a version...

Another note. I did have to install a more recent version of openssh (`OpenSSH_9.0p1, OpenSSL 1.1.1q 5 Jul 2022`) as the version shipping with macOS (`OpenSSH_8.6p1, LibreSSL 3.3.6`) does not...

@qpernil I installed openssh via `brew install openssh`. This includes the full suite of ssh and its related tools (scp, sftp, slogin, ssh, ssh-add, ssh-agent, ssh-keygen, ssh-keyscan). I did not...

@radsec That solution is what I currently have in place. It seems that the Brew's `ssh` and Apple's `ssh-agent` will play nicely together with my key given the appropriate `PKCS11Provider`...

@qpernil > hence the example above would be using the brew ssh-agent, unless I'm missing something. This is actually not the case for me-- I'm using brew's `ssh` binary, but...

Note that out of necessity, this PR changes [how the PDF.js library is loaded](https://github.com/anvithks/hugo-embed-pdf-shortcode/pull/29/files#diff-e6eb7d049f01dfc85157bd08246eb52b25de7333de1118dab3446a4354345703). As such, particular consideration should be taken with respect to #19. It may be wise to...

@anvithks Any thoughts on this?

Glad to see this moving forward! Everything looks solid after a cursory review.