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
8d90ff9b
Commit
8d90ff9b
authored
7 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
More doc
parent
0f871784
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.sh
+10
-0
10 additions, 0 deletions
ssh-tunnel-manager.sh
with
10 additions
and
0 deletions
ssh-tunnel-manager.sh
+
10
−
0
View file @
8d90ff9b
...
@@ -30,6 +30,16 @@ version=0.6.7
...
@@ -30,6 +30,16 @@ version=0.6.7
# "-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 SOCKETS array is used to configure sockets forwarded by individual
# ports. Each forwarded socket must be removed before it can be forwarded
# again, which this handles.
#
#SOCKETS=(
# ""
# ""
#)
#
#
# 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
# the script is detecting that the connection was lost, the time defined the
# the script is detecting that the connection was lost, the time defined the
...
...
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