Andrey Petrov

Results 214 comments of Andrey Petrov

On a serious note, this branch was a lesson that large refactors are a bad idea as they get increasingly hard to merge and risk of burnout continues to increase...

Not a bad idea, I'm happy to host it on the same instance. Do you have a fav guide? Biggest downside is latency is probably gonna be gross.

Awesome, I'll add it to the TODO list. Also IIRC there's a Go-native implementation of onion services somewhere, wonder if I could embed it as a native feature of ssh-chat...

It's more of a balancing act of how much maintenance things require for me, fewer moving pieces (ie. keeping one binary up) is always easier than a rube goldberg machine...

@camosoul That's helpful, thanks. :) Just need to get around to it...

Probably related: ``` ... [20008405.372955] TCP: request_sock_TCP: Possible SYN flooding on port 22. Sending cookies. Check SNMP counters. [20549841.888709] TCP: request_sock_TCP: Possible SYN flooding on port 22. Sending cookies. Check...

@Declan-Reid any new information to share?

@Declan-Reid I think I have a proof of concept test in https://github.com/shazow/ssh-chat/pull/407 but I haven't found a good way to mitigate it yet. Could try to reproduce it on your...

Yup this is planned, thank you for tracking it. Currently blocked on #47 (feel free to join the discussion). This will likely be an optional feature, possibly not enabled on...