HTTPS API Enpoints
Easy and fast access to your keys
Each User, Team or Group have own secure API Endpoint where you could fetch all public SSH Keys.
It's simple as making GET HTTPS request
https://keys.identhub.io/u/{USER}
https://keys.identhub.io/t/{TEAM}/{GROUP}
https://keys.identhub.io/t/{TEAM}
Integration
We made integration for you easy and fast
This service was design to work on GNU/Linux OS like Ubuntu, Centos, Gentoo, etc. with OpenSSH Server.
For integration you will need create account, add your keys and run script with some parameters as root
curl -sSL https://identhub.io/static/scripts/install.sh | sudo GROUP={GROUP} TEAM={TEAM} USER={USER} bash
after that you just need to restart OpenSSH Server and try to login again.