"Matthew N. Andrews" <matt@slackers.net> writes: > I get the following error: > kinit: krb5_get_init_creds: Can't decrypt key: error:2A008404:PKCS11 > library:PKCS11_rsa_decrypt:Not supported Isn't this because its not supported in the opensc pkcs11 engine ? Try using DH instead (kinit --pkinit-use-dh), that will only work with current Heimdal. Love