Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nsbin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nico Schottelius
nsbin
c0a623d12b64118e4f6dfb9cfc598c72dd4bc870
c0a623d12b64118e4f6dfb9cfc598c72dd4bc870
Switch branch/tag
nsbin
backtunnel.sh
Find file
Normal view
History
Permalink
backtunnel.sh
101 Bytes
Edit
Web IDE
Newer
Older
add tunnel to my notebook
Nico Schottelius
committed
Nov 16, 2016
1
2
3
#!/bin/sh
ssh
-R
:4242:localhost:22 nico-vm.schottelius.org
"while true; do date; done"
>
/dev/null