Zack

Results 649 comments of Zack

Here is the relevant code: https://github.com/schollz/croc/blob/main/src/tcp/tcp.go#L439-L548 croc connects to **the relay** using TCP so it uses SPAKE2 to ensure encryption over-the-wire, although as pointed out in the blog this does...

Yes that's correct. I have the implementation in my mind, and I aim to get it out unless someone beats me to it. Basically the relays will have to generate...

It actually should be really easy - everything would be done "under the hood" so to speak

I cannot reproduce this error. Are you sure your relay address is available from the sender?

yeah seems like the proxy may be altering the expected packet? sorry I'm not sure, never used cloudflare proxy

Yes would appreciate a PR for this, or instructions on how to go about it.

This seems pretty difficult and hard to implement cross-platform. I will leave it here in case anyone wants to take a crack at it, even a PR for just linux...

@mgerstner looking back at this issue, I don't think its applicable. > relative paths like ../.ssh/authorized_keys can be transferred this is actually not true. if `A` sends `../.ssh` then `B`...