On Tue, Feb 6, 2018 at 1:18 PM, <harry.dev...@faa.gov> wrote: > I checked with Red Hat, and their latest released version is 1.4.3. They > made it seem like they are not currently going to release anything newer, > but I’m trying to get them to give me a time frame. We can’t SSH to FIPS > 140-2 compliant machines via guacamole without it. When I get > libssh2-devel resolved/updated, would I have to recompile guacamole? > > > I highly doubt that Red Hat is going to bump up the version of libssh2 any time before RHEL 8 is released - for major releases they do not have a habit of making jumps in versions. libssh2 should be relatively easy to compile yourself, though, if you so choose - I don't imagine there are all that many requirements for it, so it's probably as simple as ./configure && make && make install.
-Nick