Skip to content

Commit

Permalink
GUACAMOLE-1290: Add documentation for SSH public key parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Jun 15, 2024
1 parent d89ab28 commit fde853d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/configuring-guacamole.md
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,12 @@ by prompting the user directly.
parameter is not provided, the user will be prompted for the passphrase
upon connecting.

`public-key`
: If SSH is using certificate-based authentication, this field allows
you to provide the Base64-encoded CA certificate that will be used
to validate the certificate of the user. This parameter is optional,
and by default will be null.

(ssh-command)=

#### Running a command (instead of a shell)
Expand Down

0 comments on commit fde853d

Please sign in to comment.