sshtargate/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2020-01-04 21:22:45 +00:00
# sshtargate
2021-04-20 01:35:57 +00:00
[![GoDoc](https://code.rocketnine.space/tslocum/godoc-static/raw/branch/master/badge.svg)](https://docs.rocketnine.space/code.rocketnine.space/tslocum/sshtargate/portal)
2020-01-04 21:22:45 +00:00
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
Host SSH portals to applications
2020-02-07 16:08:57 +00:00
## Demo
Connect to a sshtargate portal which executes the
2021-04-20 01:35:57 +00:00
[cview](https://code.rocketnine.space/tslocum/cview) [presentation demo](https://code.rocketnine.space/tslocum/cview/src/branch/master/demos/presentation/main.go):
2020-02-07 16:08:57 +00:00
```bash
ssh cview.rocketnine.space -p 20000
```
2020-01-04 21:22:45 +00:00
## Install
Choose one of the following methods:
### Download
[**Download sshtargate**](https://sshtargate.rocketnine.space/download/?sort=name&order=desc)
### Compile
2020-02-07 16:08:57 +00:00
```bash
2021-04-20 01:35:57 +00:00
go get code.rocketnine.space/tslocum/sshtargate
2020-01-04 21:22:45 +00:00
```
## Configure
2021-04-20 01:35:57 +00:00
See [CONFIGURATION.md](https://code.rocketnine.space/tslocum/godoc-static/src/branch/master/CONFIGURATION.md)
2020-01-04 21:22:45 +00:00
## Support
2021-04-20 01:35:57 +00:00
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/sshtargate/issues).