Hi there, I've been working working on integrating guacamole on top of a ssh 
proxy that we provide. The point of this proxy is to abstract users from their 
SSH credentials and provide an SSH entry point local to the users machine that 
doesn't require authentication (authentication will be done between the proxy 
and the remote SSH server).

As such, our SSH proxy authenticates the user when the client attempts to get 
the list of supported authentication methods (the 'none' method), as described 
in RFC 4252 section 5.2.

Guacamole doesn't handle this behaviour and goes onto complain about a lack of 
supported authentication methods.

Here's the change I had to make to support this behaviour:
https://github.com/Osirium/guacamole-server/commit/c72b1b9d266662cd3abff590ac575c4bfc52cb0d

If the project wants to support this behaviour (which I would expect as it is 
apart of RFC4252), I'm happy to go through the formal processes if you could 
point me to where they're documented.

Many thanks,
Richard

Reply via email to