Brilliant! Thanks for the prompt feedback. Richard ________________________________ From: Nick Couchman <[email protected]> Sent: 20 May 2019 12:22 To: [email protected] Subject: Re: Support for SSH Servers that allow 'none' authentication method
On Mon, May 20, 2019 at 06:49 Richard Lancaster < [email protected]> wrote: > 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 > > There's already a pull request in the works for this support: https://github.com/apache/guacamole-server/pull/201 Hopefully it'll make it into the next release. -Nick
