forked from daradib/sidedoor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: describe setting known_hosts, add remote server steps
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. Fixes daradib#3
- Loading branch information
Showing
2 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ | |
#OPTIONS='-R 8022:localhost:22' | ||
|
||
# Remote SSH server to connect to, i.e., [user@]hostname. | ||
# Example: [email protected] | ||
REMOTE_SERVER= |