Shengdun Hua

Results 73 comments of Shengdun Hua

试试tornado旧版本看行不行 pip uninstall tornado pip install tornado==2.1.1 参考 https://github.com/nkrode/RedisLive/issues/93

浏览器啥提示?服务器那边报啥错?

在`main.js`781行`console.log(event.origin);`前面加一行`console.log(event.data);`, 看看它输出什么。

Do you have any ideas? Maybe you can just fill the form and submit it.

看这个 https://github.com/huashengdun/webssh/issues/52 能不能帮到你?

Do you think it is really a good idea to enable these stuffs(allow_agent, look_for_keys) on your web server ?

1. About the terminal type That's because `webssh` creates a pseudo tty with hardcoded terminal type `xterm` for every ssh connection. 2. About the encoding problem Probably your browser doesn't...

1. Because `xterm-256color` is less commonly supported than `xtem`. 2. You may take a look at https://github.com/huashengdun/webssh#browser-console section which describes how to deal with encoding.

What kind of server you are using? What is the output of command `locale charmap` ?