necouchman commented on a change in pull request #201: GUACAMOLE-547: Add 
support for SSH NONE authentication method
URL: https://github.com/apache/guacamole-server/pull/201#discussion_r294758881
 
 

 ##########
 File path: src/common-ssh/common-ssh/ssh.h
 ##########
 @@ -99,7 +109,7 @@ void guac_common_ssh_uninit();
  */
 guac_common_ssh_session* guac_common_ssh_create_session(guac_client* client,
         const char* hostname, const char* port, guac_common_ssh_user* user, 
int keepalive,
-        const char* host_key);
+        const char* host_key, guac_ssh_credential_handler* 
credential_callback);
 
 Review comment:
   Documented the new one, plus all of the missing ones.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to