You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
ds pull sshtunnels
ds init sshtunnels @ssht
cd /var/ds/ssht/
vim settings.sh
ds build
ds create
ds config
Usage
tunnel-add <server-name> <server-port>
Create the keys and scripts that are needed to create
a ssh tunnel to a port on a remote server.
The parameter <server-name> can be anything and is used
to identify a server from the others.
The parameter <server-port> is the port on the server
that is made available through the ssh tunnel (can be 22
or anything else).
tunnel-del <server-name> <server-port>
Delete the keys and scripts of a given ssh tunnel.