Creating a pseudo protocol or extension for hrefs

2017-03-24 Thread Stefan Lörwald
Hi, I have a personal server on which I serve different content on different ports. For remote access, I use guacamole with ssh etc. For simplicity, I'd like to present the other content (e.g. Rstudio-server) in a similar way to the connections. I tried adding an extension by simply adding conten

Using guacamole-js-api for keypress simulation

2017-03-24 Thread Wassim Kallel
Hello, I'm trying to make an extension, so when I send an event message, a sequence of keystrokes will be sent as if I was typing in the physical keyboard or onScreenKeyboard. I can't figure out which element should be passed as argument to Guacamole.Keyboard in order to make an instance and have c

VNC and RA2 encryption (RealVNC Server)

2017-03-24 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, I reviewed the VNC configuration online documentation and it doesn¹t look like the security type is a parameter. Has anyone looked into the Guac VNC protocol plugin supporting RA2 encryption to be RealVNC compatible? Thanks & Regards, Jeff smime.p7s Description: S/MIME cryptogra

Re: RDP Virtual Drive

2017-03-24 Thread Zachary Bonjour
Does anyone have any thoughts on this? On Thu, Mar 23, 2017 at 4:01 PM, Zachary Bonjour < zbonj...@vibrantcreditunion.org> wrote: > using 0.9.11 > > > I've enabled the virtual drive and used a path on my guac server: > > [image: Inline image 1] > > I'm not seeing

Re: Creating a pseudo protocol or extension for hrefs

2017-03-24 Thread Mike Jumper
On Fri, Mar 24, 2017 at 3:57 AM, Stefan Lörwald wrote: > Hi, > > I have a personal server on which I serve different content on different > ports. For remote access, I use guacamole with ssh etc. For simplicity, I'd > like to present the other content (e.g. Rstudio-server) in a similar way to > t

Re: incubator-guacamole-client-master

2017-03-24 Thread Mike Jumper
On Thu, Mar 23, 2017 at 11:40 PM, Tabarane wrote: > Hello, > I have just 3 question , > First of all , i'm a self-learning personal and want to do something with > the Client provided by guacamole, > > I want to add a Button on the GUI beside Each connection , which allow me > to > do some task >

Re: RDP Virtual Drive

2017-03-24 Thread Mike Jumper
On Thu, Mar 23, 2017 at 2:01 PM, Zachary Bonjour < zbonj...@vibrantcreditunion.org> wrote: > using 0.9.11 > > > I've enabled the virtual drive and used a path on my guac server: > > [image: Inline image 1] > > I'm not seeing any new disk drives after logging in. I

Re: SSH/TELNET - Horizontal Wrapping

2017-03-24 Thread Mike Jumper
The scrollbar, scrollback buffer, etc. is actually implemented server-side for both SSH and telnet. It's part of the terminal emulator implemented within guacamole-server. Adding support for horizontal scrolling would be possible, but it would require changes to the terminal emulator itself. Horiz

Re: Connection errors on no-auth unless logout first.

2017-03-24 Thread Mike Jumper
On Tue, Mar 21, 2017 at 12:31 PM, tek0011 wrote: > Mike Jumper wrote > > For the sake of anyone happening across this email while searching for > > similar things: beware that this is not a recommended approach. Embedding > > credentials within a URL not good practice. > > While true, I am so hap

Re: Restricting user Interacting with remote computer using Client

2017-03-24 Thread Mike Jumper
On Thu, Mar 23, 2017 at 2:08 AM, Masood wrote: > > Is it possible through guacamole to restrict the user interaction with the > remote Desktop? I don't want to give full access to the user. I want to > limit his interaction with the application. > > You would want to implement any such restrictio

Re: SSH/TELNET - Horizontal Wrapping

2017-03-24 Thread tek0011
Most telnet/ssh sessions we connect to have extremely long tables. Hence, why our entire company uses SecureCRT, because it is the only client available that can prevent wrapping. Sure putty works, and so does Guac. As you can see though, for our output, its not ideal and almost unreadable. ht