Skip to content

Commit

Permalink
wire format for public key was deprecated (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Jenn Wheeler <[email protected]>
  • Loading branch information
sourgrasses authored Jun 17, 2024
1 parent 50682e6 commit c1623c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/authserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c1623c5

Please sign in to comment.