Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffwilliams/sts
SSH Tunnel Service
https://github.com/jeffwilliams/sts
Last synced: 11 days ago
JSON representation
SSH Tunnel Service
- Host: GitHub
- URL: https://github.com/jeffwilliams/sts
- Owner: jeffwilliams
- Created: 2016-09-06T18:10:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T17:54:32.000Z (almost 8 years ago)
- Last Synced: 2023-03-12T06:39:24.946Z (over 1 year ago)
- Language: Go
- Size: 3.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STS -- SSH Tunnel Service
STS starts ssh tunnels.
# Usage
First create a configuration file at `/etc/sts/config.yaml`, `$HOME/.sts/config.yaml`, or in the current directory as `.sts/config.yaml`. The contents should be as the following example:
# SSH username
user: mranderson
# SSH destination
dest: yourserver:22
# Path to your password-protected, PEM encoded private key:
key: /path/to/id_rsa
# In tunnels, define a list of tunnels to open
tunnels:
-
local: ":8020"
remote: "localhost:80"Then run sts.
# Download
Go to the main [site](https://jeffwilliams.github.io/sts/)