open-keychain/sshauthentication-api
Dominik Schürmann 43b85e12ea Version 5.7.1 2021-03-18 17:25:49 +01:00
..
src/main Update sshauthentication-api javadoc with regard to signature encoding 2017-11-28 03:58:14 +00:00
LICENSE Release sshauthentication-api to bintray 2017-11-27 14:22:28 +01:00
README.md Version 5.7.1 2021-03-18 17:25:49 +01:00
build.gradle remove Github packages, configure jitpack 2021-03-17 11:27:30 +01:00

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

Apache License v2

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'
}