Benjamin Cane
Benjamin Cane
Hrm, Interesting. Can you share what your seeing as the below example worked on my end. ```sh $ efs2 -v -i id_rsa -u user example.bencane.com Enter Private Key Passphrase: example.bencane.com:22:...
Interesting, is that a new key or an existing? Can you try creating a new one? The one I tested was a simple rsa key with a passphrase.
I am suspicious that it is something to do with the size of key. I think the default size is 2048, so I’m going to see if I can duplicate...
Yup I just found the open issue for it in Go's issue tracker: golang/go#18692 I'm going to leave this open until that's fixed, as it doesn't really work until it...
BTW thanks for testing and reporting this! Super helpful and it lead to a cool new feature.
You know, as I look at it. Seems that TLS is already enabled on the default Docker image: https://github.com/docker-library/redis/blob/f634377257f6a41eaded4fb57672260fea6369e1/6.0/Dockerfile#L80 It may be high time to Archive this repo.
Not sure what you mean, the output from Redis and stunnel are being printed to stdout by the Honcho process.
Auth N/Z is def something I plan to add. Will look into the best way to implement this.
With the latest release, there is now Mutual TLS as an Auth option (thanks to this issue). BTW would love to hear more about how you are using Tarmac (i.e.,...
@gedw99 sounds really cool. I will be adding jwt for sure.