justmao945 / mallory

HTTP/HTTPS proxy over SSH
MIT License
319 stars 69 forks source link

add keepalive to ssh connection #26

Open sander76 opened 2 years ago

sander76 commented 2 years ago

Thanks for this great library!

One thing I am experiencing though is my ssh connection dropping. Is it possible to add something like a keepAlive functionality like this ?:

https://github.com/golang/go/issues/21478

I myself am no go developer, so I am not sure what to do.

Sander.

drewbitt commented 1 year ago

Inspiration or usage of https://github.com/davrodpin/mole as the underlying ssh is possible as it supports keep-alive and retrying a dropped connection.

Mensahnaomi commented 1 year ago

Hello