You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just having gone through the process of installing, configuring
and debugging sidedoor, this commits tries to make a few spots
in the README clearer to make it easier for the next person.
It also mentions that you should set "ClientAliveInterval 30"
on the server side. This is a footgun that I hit when testing
sidedoor: Without it, a hung ssh session can block the port
and the remote server for a long time (days? hours?), making
the tunnel unusable.
Fixesdaradib#3
This might be a debian packing problem, but the docs for this one item seem to be missing a bit.
https://github.com/daradib/sidedoor#configuration
known_hosts: SSH host key of the remote server.
it would be nice to know what dir and permissions, and how to get the key using ssh-keyscan.
The text was updated successfully, but these errors were encountered: