open-keychain/sshauthentication-api/README.md
Christian Hagau 15a614fc59 - Add a README.md to sshauthentication-api
- Add a note regarding the use of the hash algorithm parameter for EdDSA
  signatures
2017-11-22 00:00:00 +00:00

12 lines
693 B
Markdown

# SSH authentication API library
The SSH authentication API library provides an interface to using an external authentication provider in the SSH authentication layer.
### License
[Apache License v2](https://github.com/open-keychain/openpgp-api/blob/master/LICENSE)
### API
For a basic rundown of the API design see the OpenPGP API library's [README.md](https://github.com/open-keychain/openpgp-api/blob/master/README.md).
For a description of the supported methods see [``org.openintents.ssh.authentication.SshAuthenticationApi``](https://github.com/open-keychain/open-keychain/blob/master/sshauthentication-api/src/main/java/org/openintents/ssh/authentication/SshAuthenticationApi.java)