Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ssh-tunnel-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
ssh-tunnel-manager
Commits
6af59ca9
Commit
6af59ca9
authored
10 years ago
by
Gerhard
Browse files
Options
Downloads
Patches
Plain Diff
commented out setting to avoid problems
parent
cbd83d06
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ssh-tunnel-manager.conf.example
+8
-8
8 additions, 8 deletions
ssh-tunnel-manager.conf.example
with
8 additions
and
8 deletions
ssh-tunnel-manager.conf.example
+
8
−
8
View file @
6af59ca9
...
@@ -15,20 +15,20 @@
...
@@ -15,20 +15,20 @@
# Define names for the tunnel to identify them. The list needs to be configured
# Define names for the tunnel to identify them. The list needs to be configured
# in the same order as the tunnel config in the TUNELS list.
# in the same order as the tunnel config in the TUNELS list.
#
#
TUNNEL_NAMES=(
#
TUNNEL_NAMES=(
"Tunnel-A"
#
"Tunnel-A"
"Tunnel-B"
#
"Tunnel-B"
)
#
)
#
#
# Ths TUNNELS array is used to configure the individual tunnels. Each
# Ths TUNNELS array is used to configure the individual tunnels. Each
# configuration entry needs to follow the SSH options. An example of
# configuration entry needs to follow the SSH options. An example of
# how such a configuration line might look like is listed here.
# how such a configuration line might look like is listed here.
#
#
TUNNELS=(
#
TUNNELS=(
"-p 1234 username@host1.example.com -L 10001:127.0.0.1:3306 -L 10011:127.0.0.1:27017"
#
"-p 1234 username@host1.example.com -L 10001:127.0.0.1:3306 -L 10011:127.0.0.1:27017"
"-p 1234 username@host2.example.com -L 10002:127.0.0.1:3306 -L 10012:127.0.0.1:27017"
#
"-p 1234 username@host2.example.com -L 10002:127.0.0.1:3306 -L 10012:127.0.0.1:27017"
)
#
)
#
#
# The RECONNECT_TIMER is used in case of a tunnel connection to be lost. After
# The RECONNECT_TIMER is used in case of a tunnel connection to be lost. After
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment