/SSHTunnelHandler

A C/C++ program to maintain a reverse SSH tunnel to a server. It's basically just a wrapper to the ssh command that reconnects upon disconnection. I wrote this because my internet is not very reliable where my ssh server is located.

Primary LanguageC++MIT LicenseMIT

SSHTunnelHandler