-
Hey huashengdun.
First, thanks for this wonderful app. It comes very handy.
I run into the following problem, though:
webssh works correctly when I connect directly to it (I point my browser to…
-
Can I add a subpath?
I want to add a subpath like /webssh and then reverse proxy through nginx, but I visited http://192.168.1.100/webssh and the all static resources reported 404, below is my nginx …
-
```
[I 180701 11:09:08 main:33] Listening on 127.0.0.1:8888
[W 180701 11:13:11 web:2106] 404 GET /webssh (127.0.0.1) 1.25ms
[W 180701 11:13:40 web:2106] 404 GET /webssh (127.0.0.1) 0.60ms
[W 18070…
-
Traceback (most recent call last):
File "/usr/local/bin/wssh", line 7, in
from webssh.main import main
File "/usr/local/lib/python2.7/dist-packages/webssh/main.py", line 2, in
import…
-
i tried "pip uninstall wssh"
but get the message "WARNING: Skipping wssh as it is not installed."
im sure Wssh has been well installed
-
webssh is excellent to meet our requirements. However, our machines use RSA key pairs for authentication in which we need to select the private key to login onto the machine through webssh each time…
-
the log
```
root@566960fb49e4:/# wssh --address=0.0.0.0 --port=8888 --fbidhttp=False --xsrf=False --origin=='http://xxxx:20001/webssh/'
[I 190905 06:55:52 settings:98] WarningPolicy
[I 190905 06:5…
-
I often have a reverse proxy https://proxy.example.com/appname/ which makes the app less discoverable, and allows use of a single ssl cert. I can't get this working with webssh, but other projects (li…
-
出现了跨域访问错误,Access to XMLHttpRequest at 'http://192.168.5.6:8888/' from origin 'http://192.168.5.6' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested r…
-
I have configured my Raspberry pi so that it can be accessed via Sftp, which also works with other apps. Here, however, do I get the same error message every time?!
![348C09FD-DA5E-4452-81C3-47ABCA3…