Skip to content
Snippets Groups Projects
Commit 0a9bac70 authored by Gerhard's avatar Gerhard
Browse files

updated README and example config

parent 414b0aae
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,9 @@ This SSH-Tunnel-Manager script aims to setup one or more configured ssh connecti ...@@ -7,8 +7,9 @@ This SSH-Tunnel-Manager script aims to setup one or more configured ssh connecti
* Multiple tunnels can be configured * Multiple tunnels can be configured
* Flexible configuration to forward mulitiple ports ber connection * Flexible configuration to forward mulitiple ports ber connection
* Reconnect to the SSH server if connection lost * Reconnect to the SSH server if connection lost
* Log containing reconnect attempts * Log all reconnect attempts to logfile
* Maaging configured tunnels (start/stop/restart) * Manage configured tunnels (start/stop/restart)
* Manage tunnels (start/stop/restart) individual by tunnel name
## Download & Installation ## Download & Installation
......
...@@ -42,7 +42,7 @@ RECONNECT_TIMER=10 ...@@ -42,7 +42,7 @@ RECONNECT_TIMER=10
# the $SCRIPT_PATH variable to define the path of the logfile to be the same # the $SCRIPT_PATH variable to define the path of the logfile to be the same
# as the script directory. # as the script directory.
# #
LOGFILE="$SCRIPT_PATH/ssh-tunnel-manager.log" LOGFILE="/var/log/ssh-tunnel-manager.log"
# #
# This DBG setting is adding additional details to the logfile. The values are 0 # This DBG setting is adding additional details to the logfile. The values are 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment