Skip to content

Commit

Permalink
docs/ssh: update algorithm_signer param after #9824 (#10126)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn authored and actions-user committed Oct 9, 2020
1 parent 876712c commit a922438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/api-docs/secret/ssh/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ This endpoint creates or updates a named role.
- `allowed_user_key_lengths` `(map<string|int>: "")` – Specifies a map of ssh key types
and their expected sizes which are allowed to be signed by the CA type.

- `algorithm_signer` `(string: "ssh-rsa")` - Algorithm to sign keys with. Valid
- `algorithm_signer` `(string: "")` - Algorithm to sign keys with. Valid
values are `ssh-rsa`, `rsa-sha2-256`, and `rsa-sha2-512`. Note that `ssh-rsa`
is now considered insecure and is not supported by current OpenSSH versions.
Defaults to `ssh-rsa` for backwards compatibility.
If not specified, it will use the signer's default algorithm.

### Sample Payload

Expand Down

0 comments on commit a922438

Please sign in to comment.