You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
src/main | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago |
README.md
SSH authentication API library
The SSH authentication API library provides an interface to using an external authentication provider, such as OpenKeychain, in the SSH authentication layer.
License
API
For a basic rundown of the API design see the OpenPGP API library's README.md.
For a description of the supported methods see org.openintents.ssh.authentication.SshAuthenticationApi
Add the API library to your project
Add this to your build.gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:v5.7.1'
}