Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uk0/sshrw

跳板机隧道工具,将跳板机内部机器的端口映射出来
https://github.com/uk0/sshrw

sshrw

Last synced: about 12 hours ago
JSON representation

跳板机隧道工具,将跳板机内部机器的端口映射出来

Awesome Lists containing this project

README

        

## 跳板机隧道工具

#### 详情看`ssh_rw.yaml`

```yaml
sshrw: v1
config:
tunnel: "[email protected]:9102"
password: "aaaaa!1100"
destinations: ['123.111.111.124:8088->localhost:2293','192.2.1.131:8084->localhost:2222']

```

##### release

```bash

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o sshrw-linux-x86_64 ./
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o sshrw-windows-x86_64 ./

```