xsank / webssh

WebSSH is a simple web project which support login linux server with explorer.
http://xsank.github.io/webssh/
MIT License
581 stars 221 forks source link

提几个“问题”,也许和我的环境和个人理解能力有关系,勿喷! #42

Open caiqing0204 opened 6 years ago

caiqing0204 commented 6 years ago

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

caiqing0204 commented 6 years ago

python 2.7 centos6.5

caiqing0204 commented 6 years ago

_file