GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-server/pull/201
GUACAMOLE-547: Add support for SSH NONE authentication method
I'm not 100% certain that this is all that's needed, because I don't have a
SSH server to test this against, but, according to the libssh2 documentation,
this may be all that's required to allow the session to continue when there's
no authentication required.
https://libssh2.org/libssh2_userauth_list.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-server jira/547
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/201.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #201
----
commit 469defd983df7a64a2825a961f004ae8122cdf56
Author: Nick Couchman <vnick@...>
Date: 2018-11-11T20:16:22Z
GUACAMOLE-547: Add support for SSH NONE authentication method.
----
---