Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uk0/sshrw
跳板机隧道工具,将跳板机内部机器的端口映射出来
https://github.com/uk0/sshrw
sshrw
Last synced: about 12 hours ago
JSON representation
跳板机隧道工具,将跳板机内部机器的端口映射出来
- Host: GitHub
- URL: https://github.com/uk0/sshrw
- Owner: uk0
- Created: 2020-08-10T12:20:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T07:15:52.000Z (about 2 years ago)
- Last Synced: 2024-06-20T22:19:15.732Z (5 months ago)
- Topics: sshrw
- Language: Go
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./```