https://github.com/wzshiming/sshproxy
SSH proxy server and client
https://github.com/wzshiming/sshproxy
ssh-client ssh-proxy ssh-server
Last synced: 5 months ago
JSON representation
SSH proxy server and client
- Host: GitHub
- URL: https://github.com/wzshiming/sshproxy
- Owner: wzshiming
- License: mit
- Created: 2021-09-30T17:41:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T02:58:43.000Z (12 months ago)
- Last Synced: 2025-04-15T03:35:31.022Z (12 months ago)
- Topics: ssh-client, ssh-proxy, ssh-server
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshproxy
SSH Proxy server and client
[](https://github.com/wzshiming/sshproxy/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/sshproxy)
[](https://godoc.org/github.com/wzshiming/sshproxy)
[](https://github.com/wzshiming/sshproxy/blob/master/LICENSE)
[](https://gocover.io/github.com/wzshiming/sshproxy)
This project is to add protocol support for the [Bridge](https://github.com/wzshiming/bridge), or it can be used alone
The following is the implementation of other proxy protocols
- [Socks4](https://github.com/wzshiming/socks4)
- [Socks5](https://github.com/wzshiming/socks5)
- [HTTP Proxy](https://github.com/wzshiming/httpproxy)
- [Shadow Socks](https://github.com/wzshiming/shadowsocks)
- [Any Proxy](https://github.com/wzshiming/anyproxy)
- [Emux](https://github.com/wzshiming/emux)
## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/sshproxy)
[Example](https://github.com/wzshiming/sshproxy/blob/master/cmd/sshproxy/main.go)
## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/sshproxy/blob/master/LICENSE) for the full license text.