https://github.com/wzshiming/sshd
SSH Server
https://github.com/wzshiming/sshd
ssh-server sshd
Last synced: 7 months ago
JSON representation
SSH Server
- Host: GitHub
- URL: https://github.com/wzshiming/sshd
- Owner: wzshiming
- License: mit
- Created: 2021-09-30T16:20:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T11:36:45.000Z (7 months ago)
- Last Synced: 2025-03-19T05:55:17.541Z (7 months ago)
- Topics: ssh-server, sshd
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshd
ssh server
[](https://github.com/wzshiming/sshd/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/sshd)
[](https://godoc.org/github.com/wzshiming/sshd)
[](https://github.com/wzshiming/sshd/blob/master/LICENSE)
[](https://gocover.io/github.com/wzshiming/sshd)This project is to add protocol support for the [sshproxy](https://github.com/wzshiming/sshproxy), or it can be used alone
## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/sshd)
[Example](https://github.com/wzshiming/sshd/blob/master/cmd/sshd/main.go)
- [x] Support for the Direct TCP IP command
- [x] Support for the TCP IP Forward command
- [x] Support for the Direct Stream Local command
- [x] Support for the Stream Local Forward command
- [x] Support for the Session command
- [x] env
- [x] exec
- [ ] shell## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/sshd/blob/master/LICENSE) for the full license text.