Skip to content

Commit c1623c5

Browse files
authored
wire format for public key was deprecated (#55)
Signed-off-by: Jenn Wheeler <[email protected]>
1 parent 50682e6 commit c1623c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/authserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The public key auth ContainerSSH will call out to `/pubkey` in the following for
3636
}
3737
```
3838

39-
The public key is provided in the SSH wire format in base64 encoding.
39+
The public key is provided in the SSH authorized key format.
4040

4141
Your server will need to respond with the following JSON:
4242

0 commit comments

Comments
 (0)