Kevin King

Results 72 comments of Kevin King

That's correct, except that krgpg currently only supports signatures and not encryption/decryption

Thank you for reporting this and for the PR. Unfortunately, changing the pk algorithm seems to break verification of previous signatures. We could potentially use RSA_ENCRYPT_OR_SIGN for newly generated keys...

We are working on this feature, stay tuned :)

Thank you for sharing your PGP use cases! We already support Git commit/tag signing (and of course SSH authentication). Regarding `pass`, we actually have [an issue open](https://github.com/kryptco/kr/issues/163) already regarding this...

Yes, we are working on support for multiple keys, but we'd also like to hear how/why you use multiple keys now.

Thank you for reporting this -- we do extra checks to make sure the server actually uses ~/.ssh for authorized keys, but it looks like this is a false negative....

Installing `kr` the currently-supported way only changes the current user's ssh config, so it has no effect on other users. Why do you want to install it under your home...

Hi Mark, Can you describe the problem a bit more please? It sounds like you started a windows EC2 instance using your Krypton key as a launch keypair and now...

We only currently support SSH and Git signatures, so you won't be able to decrypt the password unfortunately. Thanks for sharing the use case! We'll consider adding support for this...

Indeed the UX for this error case is terrible right now. I'll release a fix for this today that warns and prints the command to update the system time from...