Listing PKCS11 keys using ssh-keygen

To list keys exposed via PKCS11 provider usable with SSH, execute the following command:

ssh-keygen -D /path/to/pkcs11.so

# Example for real library
ssh-keygen -D /usr/local/lib/libap11.so

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *