GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

Gate One is an HTML5-powered terminal emulator and SSH client

Results 104 GateOne issues
Sort by recently updated
recently updated
newest added

Since Python 3.7, `async` and `await` have become reserved keyword, which can't be used in the names of modules, parameters, or methods. So replace previous usage of `async` in gateone...

Gateone has a vulnerability that allows arbitrary file download without authentication, which can traverse the directory and read arbitrary files on the target system. > Code auditing View the file...

I get the error below: ![image](https://user-images.githubusercontent.com/16688836/90965293-817c6d80-e4cf-11ea-8f17-bfb1cc312a69.png) when I run: docker run --rm -t --name=remote-ssh-client-gateone -p :8000 liftoff/gateone

Hi, I have a problem with tornado library. `[E 201030 11:28:26 websocket:261] Uncaught exception in /gateone/ws Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 258, in wrapper return callback(*args, **kwargs)...

Hi, It's possible to hide the loading screen ? ![test](https://user-images.githubusercontent.com/7071196/97610850-b0eeaf80-1a15-11eb-9eae-957e095467c0.png). Thx for reply

Hi, It's possible to hide the loading screen ![test](https://user-images.githubusercontent.com/7071196/97610850-b0eeaf80-1a15-11eb-9eae-957e095467c0.png) Thx for reply .

Hi, I am new to using gateone. The GATEONE would be used for the system using ssh to an internal server. The GATEONE asks for IP, user and password to...

Dears: I use nginx to proxy the gateone with config like this: ``` server { listen 8888; server_name gateone.shb; location / { proxy_pass http://192.168.8.122:2222/; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;...

``` root@3ec9a9a14822:/# apt-get install python-imaging Reading package lists... Done Building dependency tree Reading state information... Done Package python-imaging is not available, but is referred to by another package. This may...

Hi, i need help to integrate gateone with librenms, When libre runs URL: https://hostname/?ssh=ssh://username@unitIP&location=unitIP I get redirected back to the standard login. Same thing when i try: https://hostname/?ssh=ssh://username@unitIP or https://hostname/?ssh=ssh://unitIP...