https://github.com/yankeguo-deprecated/antsshd
SSH daemon with authentication delegated to a remote endpoint
https://github.com/yankeguo-deprecated/antsshd
Last synced: about 2 months ago
JSON representation
SSH daemon with authentication delegated to a remote endpoint
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/antsshd
- Owner: yankeguo-deprecated
- License: mit
- Created: 2019-04-25T04:17:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T04:26:29.000Z (almost 6 years ago)
- Last Synced: 2024-04-13T17:11:39.145Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# antsshd
SSH daemon with authentication delegated to a remote endpoint.
## Configuration
`antsshd` load config file `config.yml` from a directory, default to `/etc/antsshd`
See `testdata/config.yml` for detail
## AntSSH Authentication Protocol
`antsshd` delegate all authentication to a remote gRPC endpoint, check https://github.com/antssh/types for details
## Credits
Guo Y.K., MIT License