From c1623c51d1ec190e4b0306c37a2893359a3f3006 Mon Sep 17 00:00:00 2001 From: Jenn Wheeler Date: Mon, 17 Jun 2024 11:06:40 -0400 Subject: [PATCH] wire format for public key was deprecated (#55) Signed-off-by: Jenn Wheeler --- docs/getting-started/authserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/authserver.md b/docs/getting-started/authserver.md index 38786e9f6..8ffc870f7 100644 --- a/docs/getting-started/authserver.md +++ b/docs/getting-started/authserver.md @@ -36,7 +36,7 @@ The public key auth ContainerSSH will call out to `/pubkey` in the following for } ``` -The public key is provided in the SSH wire format in base64 encoding. +The public key is provided in the SSH authorized key format. Your server will need to respond with the following JSON: