adminset icon indicating copy to clipboard operation
adminset copied to clipboard

webssh连接脚本报错问题

Open ammengke opened this issue 6 years ago • 7 comments

不填写密钥就报403,填写密钥就报下面的问题,不知道咋解决了。。。请大神指导协助解决,感谢!! jquery.min.js:2 Uncaught DOMException: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string. at HTMLInputElement. (http://172.28.200.192/static/webssh/js/jquery.min.js:2:67490) at Function.each (http://172.28.200.192/static/webssh/js/jquery.min.js:2:2573) at w.fn.init.each (http://172.28.200.192/static/webssh/js/jquery.min.js:2:1240) at w.fn.init.val (http://172.28.200.192/static/webssh/js/jquery.min.js:2:67185) at HTMLDocument. (http://172.28.200.192/webssh/1/:85:24) at l (http://172.28.200.192/static/webssh/js/jquery.min.js:2:29375) at c (http://172.28.200.192/static/webssh/js/jquery.min.js:2:29677)

ammengke avatar Apr 10 '19 02:04 ammengke

不要填写密钥,想办法解决403权限问题

guohongze avatar Apr 10 '19 06:04 guohongze

全新安装,还是老版本升级?

guohongze avatar Apr 10 '19 06:04 guohongze

全新安装,更新的最新代码

ammengke avatar Apr 10 '19 06:04 ammengke

全新安装,还是老版本升级?

不要填写密钥,想办法解决403权限问题

403的问题,需要在哪里做什么配置吗?

ammengke avatar Apr 10 '19 06:04 ammengke

最新版本还是会出现403 webssh forbiden

Yang-yang-y avatar Jul 24 '19 05:07 Yang-yang-y

403处理办法webssh加上这个 --fbidhttp=False
不过不安全

ch-ld avatar Aug 22 '19 05:08 ch-ld

我也出现这个问题,这个应该还是文件权限的问题。单独通过http://localhost:8888来使用密钥登录是没有问题的,而跨域的问题已经有在参数里面添加了--Origin='*',到底要怎么样才能使用密钥来免密登录呢?

bavol2000 avatar Nov 14 '19 15:11 bavol2000