Dan McDougall

Results 44 comments of Dan McDougall

OK I'm still trying to understand this issue and I'm not sure what I need to change. @lokhmakov provided four ways but that's four things I don't understand. "You can...

Well I don't think it is possible to do that with Apache because the mod_proxy module doesn't support WebSockets (or at least it didn't a few months ago). It _can_...

I assume you have this problem when using the --pyz option? Because if you minify your dependencies individually it should still work fine. I'll check the code that does the...

Yeah, I still haven't addressed this one yet. It's still in the TODO.

Authorization features will be added in the release after 1.1 (which is due any day now). I'll save this as an open item and mark it as a Feature Request.

Are you asking to restrict access to Gate One or restrict users ability to use the ssh command? The former is there but the latter is not. I can certainly...

Ahh, so you want a version of ssh_connect.py that doesn't allow connections to localhost?

If you want to force users to connect (via SSH) to localhost just change the "command" in /etc/gateone/conf.d/50terminal.conf to this: ``` echo -n 'Username: '; read username; ssh -l ${username}...

It sounds like Gate One didn't get fully installed. "No such file or directory" says to me that something referenced by the gateone file inside /etc/init is missing on your...

Well I haven't got Debian 8 to play with at the moment but I'll see what I can do... If you figure out that there's a change needed to the...