Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

0.9.1: Changed public key to authorized key format

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 05 Dec 22:05
· 31 commits to main since this release
15238ae

This release changes the publicKeyBase64 field to publicKey and the format from the OpenSSH wire format to the authorized_keys format.

This also means that the internal API format changes from []byte to string.

Transitioning to the authorized_keys format should make it easier for auth server implementers to authenticate against SSH keys.