necouchman commented on code in PR #450:
URL: https://github.com/apache/guacamole-server/pull/450#discussion_r1246462130
##########
src/common-ssh/common-ssh/user.h:
##########
@@ -44,6 +44,12 @@ typedef struct guac_common_ssh_user {
*/
guac_common_ssh_key* private_key;
+ /**
+ * The public key which should be used to authenticate this user, if any,
+ * or NULL if a password or just a private key will be used instead.
+ */
+ char* public_key;
Review Comment:
Is "public key" the correct term for this? To me, a "public key" is the half
of a key-pair that you share with someone in order to connect or facilitate
encryption. Per the Jira issue, shouldn't this be `ssh_certificate` or
something like that?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]