Re: Headless Guacamole protocol plugins

2017-10-12 Thread McRoy, Jeffrey (GE Healthcare)
Thanks for the reply Nick. I am using the standard Guacamole protocol plugins for human users. I also have automated functions that need to perform actions like moving files or executing commands. In those cases, I can use standard Java libraries and make services to do automated Telnet/SSH

Re: Headless Guacamole protocol plugins

2017-10-12 Thread Nick Couchman
On Wed, Oct 11, 2017 at 5:00 PM McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > > Has anyone tried making a headless protocol plugin to do a specific job? > For example, download a file to a specific local guac server location. In > the hypothetical example below

Re: auto-provisioning for auth-header?

2017-10-12 Thread Nick Couchman
On Thu, Oct 12, 2017 at 10:49 PM Jason Haar wrote: > Hi there > > Is there any way to have guacamole auto-provision a new profile the first > time a user connects? In particular I was wanting a set of default RDP/SSH > connectors (ie equivalent to /etc/skel for Linux

auto-provisioning for auth-header?

2017-10-12 Thread Jason Haar
Hi there Is there any way to have guacamole auto-provision a new profile the first time a user connects? In particular I was wanting a set of default RDP/SSH connectors (ie equivalent to /etc/skel for Linux account creation) Thanks -- Cheers Jason Haar Information Security Manager, Trimble

Re: Guacamole Dropping Connections

2017-10-12 Thread Carter Sema
Turns out, my DNS wasn't set on my eth0 adapter. Since I use DNS names to connect, it couldn't resolve. Thanks for your help! Get Outlook for iOS From: Carter Sema Sent: Thursday, October 12, 2017 3:16:20 PM To:

RE: Guacamole Dropping Connections

2017-10-12 Thread Carter Sema
Everything looked good when I ran “journalctl –f” below is the output, but the connections still died. I have another guac that uses version 0.9.10 and I can connect to windows2012r2 just fine which is all I need. Once im in, I can hit 2016 from internal RDP. Log Output= Oct 12 15:21:20

Re: Guacamole Dropping Connections

2017-10-12 Thread Nick Couchman
On Thu, Oct 12, 2017 at 3:16 PM, Carter Sema wrote: > Check /var/log/messages or journalctl = see screenshot attached. This is > all I have under /var/log. My Distro is Ubuntu Server 16.04. Any other > locations where those guacd logs might live? > > > You can check

Error when adding 'enable-sftp' parameter

2017-10-12 Thread messido
So i'm creating my own application using the wonderful Guacamole APIs provided.. But I seem to come across a problem I can't get across... I'm trying to setup SFTP for my VNC and RDP connection.. I can start a connection, and join one as well, so I understand how to use the Java and JS apis, but

Re: Deploying locally built WAR

2017-10-12 Thread Nick Couchman
On Thu, Oct 12, 2017 at 2:49 PM, Ryan Underwood wrote: > I think that is part of the problem. Could someone post the dockerfile > that you guys used for the docker image on docker hub? For some reason > that one posted without the dockerfile. > > Thank you > > > You

RE: Deploying locally built WAR

2017-10-12 Thread Ryan Underwood
I think that is part of the problem. Could someone post the dockerfile that you guys used for the docker image on docker hub? For some reason that one posted without the dockerfile. Thank you From: Nick Couchman [mailto:vn...@apache.org] Sent: Thursday, October 12, 2017 1:50 PM To:

Re: Guacamole "protocol is not installed"

2017-10-12 Thread Brian Petr
Silly Ubuntu. That did the trick. Thank you! On Thu, Oct 12, 2017 at 12:05 PM, Nick Couchman wrote: > Brian, > What version of Guacamole gets installed? If my searches are correct, the > versions of Guacamole available in the Ubuntu repositories are 0.9.9 and > 0.8.3 - very

Re: Clipboard Usage

2017-10-12 Thread Philip Abbey
Steve Karam wrote > If you’re using Chrome you can install this extension: > https://chrome.google.com/webstore/detail/clipboard-permission-mana/ipbhneeanpgkaleihlknhjiaamobkceh?hl=en Just the job, thanks. Philip -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/

Re: Guacamole Dropping Connections

2017-10-12 Thread Nick Couchman
On Thu, Oct 12, 2017 at 2:33 PM, Carter Sema wrote: > OK! That seemed to work… But now there another error. > > When trying to connect to a machine it says “ > > The remote desktop server is currently unreachable. If the problem > persists, please notify your system

RE: execute script on “guacamole server” before/after connecting ?

2017-10-12 Thread Jonathan Haché-Deschênes
It could be a lot of thing. In our case we would like to start a openvpn connexion before connecting & close vpn when session close. [cid:GIP.jpg@01CB24D2.6FB31310] 1240 Boul. St-Joseph, Drummondville, Qc Canada, J2C 2E1 Tel. :

Re: execute script on “guacamole server” before/after connecting ?

2017-10-12 Thread Nick Couchman
2017-10-12 13:19 GMT-04:00 Jonathan Haché-Deschênes < jhache-desche...@infoplus.ca>: > Is there a way to execute script on “guacamole server” before/after > connecting a specific RDP, VNC, TELNET, SSH connexion. > > > > We want to be able to execute script before connecting to session. > > -

Re: Deploying locally built WAR

2017-10-12 Thread Nick Couchman
On Thu, Oct 12, 2017 at 1:47 PM, Ryan Underwood wrote: > I built the war with no issues, dropped it into the tomcat folder (in > docker) and bounced the container. Now the MySQL authentication/extension > appears to have issues. Any ideas? > > For reference, I’m still

Deploying locally built WAR

2017-10-12 Thread Ryan Underwood
I built the war with no issues, dropped it into the tomcat folder (in docker) and bounced the container. Now the MySQL authentication/extension appears to have issues. Any ideas? For reference, I'm still troubleshooting the fact that I cannot connect to any remote RDP servers (or any servers)

Re: Guacamole Dropping Connections

2017-10-12 Thread Nick Couchman
On Thu, Oct 12, 2017 at 12:52 PM, Carter Sema wrote: > Installed Fresh Guacamole 0.9.13, using mysql database backend for user > and LetsEncrypt! For SSL with Apache2 for a reverse proxy. Guacamole won’t > allow sessions to connect. Checked my catalina.out log and I’m seeing

Re: Guacamole "protocol is not installed"

2017-10-12 Thread Nick Couchman
Brian, What version of Guacamole gets installed? If my searches are correct, the versions of Guacamole available in the Ubuntu repositories are 0.9.9 and 0.8.3 - very old versions of Guacamole. You probably want to try downloading the source and installing following the build instructions:

Guacamole "protocol is not installed"

2017-10-12 Thread Brian Petr
I just installed Guacamole from apt-get on Lubuntu 17.04 (new VM I just stood up), and have included libraries for all 3 main protocols (SSH, VNC, RDP). I am able to login to the WebUI, but I am unable to use any of my connections. Logs show "Support for selected protocol is not installed" whether