Kevin King

Results 72 comments of Kevin King

In order to use jump hosts with Krypton, you have to use a slightly different config (the `ProxyJump` shorthand doesn't use `krssh` to parse the server signature, so we have...

We now support compiling from source for FreeBSD. You can install the dependencies with `pkg install devel/gmake lang/go lang/rust cargo`, checkout with `go get github.com/kryptco/kr`, then install with `gmake install`....

@feld That's awesome! Feel free to PR any of the changes that make `kr` more compatible with FreeBSD and we'll gladly incorporate them. Let us know once it's merged and...

This approach is less desirable as it does not actually verify that the key coming back from the server corresponds to the provided key fingerprint. At a minimum I would...

Krypton keeps the 3 emails most recently used to sign git commits. If you have `gpg` installed, you can import the Krypton PGP public key into `gpg` using `kr me...

Do you have GPGTools installed? To _remove_ an email you do not need the private key.

I totally agree -- you can follow multi-key support for [iOS](https://github.com/kryptco/kryptonite-ios/issues/44) or [android](https://github.com/kryptco/kryptonite-android/issues/38)

Can you please send the output of `ssh -vv [email protected]` to [email protected] so we can take a look at what is going on?

There currently is not a way to do this with Krypton only. If you have GPGTools installed, you can edit the imported public key and remove the UIDs you don't...

Thank you for such a thorough write-up! It turns out the memory layout of the scoped_refptr impl puts the `T*` first, I tried directly transmuting it to a `*const T`...