Re: ssh handshake failed latest libssh2

2017-10-26 Thread Mike Jumper
On Thu, Oct 26, 2017 at 8:10 PM, cchance wrote: > Ok i read that the reason SSH was giving handshake errors was that it was > due > to the dockerfile based on centos which had old libssh2 so i wrote my own > dockerfile that builds with > > ENV GUACAMOLE_VERSION 0.9.13-incubating > ENV OPENSSL_VER

ssh handshake failed latest libssh2

2017-10-26 Thread cchance
Ok i read that the reason SSH was giving handshake errors was that it was due to the dockerfile based on centos which had old libssh2 so i wrote my own dockerfile that builds with ENV GUACAMOLE_VERSION 0.9.13-incubating ENV OPENSSL_VERSION 1.1.0f ENV LIBSSH2_VERSION 1.8.0 But STILL i'm getting s

Re: VNC & Networking

2017-10-26 Thread Mike Jumper
On Thu, Oct 26, 2017 at 6:38 PM, Steven Pollock wrote: > Thanks Mike, but makes no sense to me that it is a network issue. > > That's really the only possibility. Unless the hostname or IP address of the destination machine has been mistyped, there is no other possible explanation. Have you chec

Re: VNC & Networking

2017-10-26 Thread Steven Pollock
Thanks Mike, but makes no sense to me that it is a network issue. I can connect from an other VNC client, just not Guac. I can connect via RDP from guac. Regards, -Steve (415) 320-1102 <º(((><<º(((>< <º(((>< On Thu, Oct 26, 2017 at 6:09 PM, Mike

Re: VNC & Networking

2017-10-26 Thread Mike Jumper
On Thu, Oct 26, 2017 at 5:53 PM, Steven Pollock wrote: > I have tried this with both the noauth and mysql configs, as I thought it > might be a noauth issue initially. The network is not blocking, lets not > go there. > > The authentication backend in use has no bearing on whether Guacamole can

VNC & Networking

2017-10-26 Thread Steven Pollock
I have tried this with both the noauth and mysql configs, as I thought it might be a noauth issue initially. The network is not blocking, lets not go there. Single interface guac sitting on 10.80.100.x/24 VNC to 10.80.100.10 -- works RDP to 10.80.100.11 -- works RDP to AWS (amazon) -- wo

RE: Disable SFTP from web interface

2017-10-26 Thread Anthony Moon
We’d like to eliminate the potential for administrators to have access to this feature (if at all possible). Is there some source code I can comment out before building the WAR file? From: Nick Couchman [mailto:vn...@apache.org] Sent: Thursday, October 26, 2017 9:29 AM To: user@guacamole.incubat

Re: Disable SFTP from web interface

2017-10-26 Thread Nick Couchman
On Thu, Oct 26, 2017 at 12:20 PM, Anthony Moon wrote: > Hi everyone, > > > > Does anyone know if there is a way of disabling the option to enable SFTP > from the client web server? > > > No...could you explain why you'd want to do this instead of just disabling it for the connection and then not

Disable SFTP from web interface

2017-10-26 Thread Anthony Moon
Hi everyone, Does anyone know if there is a way of disabling the option to enable SFTP from the client web server? Anthony Moon, Senior System Administrator MPC Film T +1 604 689 1081 | C +1 604 329 0174 London - Vancouver - LA - Bangalore - Montréal moving-picture.com/film

Re: UNABLE TO CREATE WEBSOCKET CONNECTION

2017-10-26 Thread Nick Couchman
Are you connecting directly to Tomcat or are you proxying through Apache httpd, nginx, etc.? On Thu, Oct 26, 2017 at 11:34 AM, Amarjeet Singh wrote: > I am not able to connect the Websocket connections because of the > following errors : - > > Machine : Centos 7 > > Gucamole Version : 0.13 > > >

UNABLE TO CREATE WEBSOCKET CONNECTION

2017-10-26 Thread Amarjeet Singh
I am not able to connect the Websocket connections because of the following errors : - Machine : Centos 7 Gucamole Version : 0.13 *Errors in Catalina.out * > > [Thread-65] DEBUG o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Connection to > guacd closed. > org.apache.guacamole.GuacamoleConnectionC

Sending and receiving additional on client browser

2017-10-26 Thread Ryan Underwood
Hello, Is there a recommended approach to sending additional data through the guacamole tunnel that is readily interceptable/receivable for consumption from the servlet container? Specifically, I want to send additional user related data from their browser to Tomcat; on that browser, I would li