GateOne
GateOne copied to clipboard
Gate One is an HTML5-powered terminal emulator and SSH client
Correct Issue #697
I've been trying to get GateOne working on my WD My Cloud EX2 Ultra NAS, which runs on a Marvell Armada SoC instead of an Intel chip, and I haven't...
After authenticating with google i get a dark grey screen with some icons on the left, as posted here. Im posting this as a seperate issue as last time it...
I have used GateOne for a long time and its been great. I am setting up a new server and testing out Google auth since PAM doesn't really work from...
I'm requesting the ability to forward X connections. It would be a bonus if another browser tab/window could be opened as an X server. However I have Xming, so at...
gateone
Initialization is the password parameter which is that?
in Cent OS 7.4 --- what to do I have Python 2.7.5 but needed 2.6? ``` [root@exam ~]# sudo rpm -Uvh gateone*.rpm error: Failed dependencies: python(abi) = 2.6 is needed...
https://github.com/liftoff/GateOne/blob/70e772643755ade617d14a01c12e01176fc4c0df/gateone/applications/terminal/plugins/example/example.py#L100 ``` >>my_session="abcdefghi" >>my_session[:3] 'abc' >>my_session[-3:] 'ghi' ``` The last 3 characters should be [-3:] `user_dict['session'][:3]` returns first 3 characters
Hi, I can't connect to my gateone Server running in a docker container. The user only sees "Attempting to connect to the Gate One server...". The logs are as follows:...
I am trying to use authentication with my Keycloak server (OpenID protocol) with no success... I'd like to create a new plugin (or just add some code into authentication.py). I'm...