webssh icon indicating copy to clipboard operation
webssh copied to clipboard

WebSSH is a simple web project which support login linux server with explorer.

Results 15 webssh issues
Sort by recently updated
recently updated
newest added

web ssh items use popper and xterm version? thanks

E:\pass\test\webssh>python main.py Traceback (most recent call last): File "E:\pass\test\webssh\daemon.py", line 10, in from cStringIO import StringIO ModuleNotFoundError: No module named 'cStringIO' During handling of the above exception, another exception occurred:...

Hi, thanks for writing and releasing this application. I am trying to look into your code in recent days and have learnt a lot. I really like your coding style,...

test-iso88591.txt: text/plain; charset=iso-8859-1 test-utf-8.txt: text/plain; charset=utf-8 [root@node96 test]# hexdump -C test-utf-8.txt 00000000 74 65 73 74 c3 96 c3 90 |test....| 00000008 [root@node96 test]# hexdump -C test-iso88591.txt 00000000 74 65...

1.直接用StringIO,写到内存中,需要用readline() 的方法读取出来,类似于unicode转换成string,不用readline(),没办法转换(通俗讲) 2.daemon.py 文件 data["host"] 不是data["hostname"] 3.前端选择密码或者密钥,传给后端是true,或者false,我验证了,貌似不行,即使我前端改成True,False,也不行。索性我直接换成1,0 就可以了。

启动后,点connect没反应,input里都填写了内容,页面也没提示错误信息。 控台也没错误信息提示。

![image](https://user-images.githubusercontent.com/19447869/33595195-14315200-d9d2-11e7-8de2-6ebe609041cd.png) ![image](https://user-images.githubusercontent.com/19447869/33595210-27428bf2-d9d2-11e7-8bca-6a461c5356ee.png)

python2.7版本以下不能正确运行 ``` [E 170801 17:32:26 ioloop:638] Exception in callback None Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/tornado/ioloop.py", line 888, in start handler_func(fd_obj, events) File "/usr/lib64/python2.6/site-packages/tornado/stack_context.py", line 277, in null_wrapper return...

怎么将用户在webssh敲的命令记录下来?方便进行审计

Web browser denies to load HTTP css & script when the website is opened in HTTPS. This fix replaces the HTTP resources with HTTPS.