Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzshiming/sshd
SSH Server
https://github.com/wzshiming/sshd
ssh-server sshd
Last synced: 2 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T00:08:59.000Z (about 1 year ago)
- Last Synced: 2024-06-19T20:53:12.205Z (7 months ago)
- Topics: ssh-server, sshd
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshd
ssh server
[![Build](https://github.com/wzshiming/sshd/actions/workflows/go-cross-build.yml/badge.svg)](https://github.com/wzshiming/sshd/actions/workflows/go-cross-build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/sshd)](https://goreportcard.com/report/github.com/wzshiming/sshd)
[![GoDoc](https://godoc.org/github.com/wzshiming/sshd?status.svg)](https://godoc.org/github.com/wzshiming/sshd)
[![GitHub license](https://img.shields.io/github/license/wzshiming/sshd.svg)](https://github.com/wzshiming/sshd/blob/master/LICENSE)
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/sshd)](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.