An open API service indexing awesome lists of open source software.

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

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