necouchman commented on a change in pull request #228:
URL: https://github.com/apache/guacamole-server/pull/228#discussion_r446569839
##########
File path: src/common-ssh/ssh.c
##########
@@ -360,7 +360,7 @@ static int
guac_common_ssh_authenticate(guac_common_ssh_session* common_session)
/* Attempt authentication with username + password. */
if (user->password == NULL && common_session->credential_handler)
- user->password = common_session->credential_handler(client,
"Password: ");
+ common_session->credential_handler(client, "password");
Review comment:
Sounds good, I'll set up an include file for that and implement.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]