-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webssh连接脚本报错问题 #108
Comments
不要填写密钥,想办法解决403权限问题 |
全新安装,还是老版本升级? |
全新安装,更新的最新代码 |
403的问题,需要在哪里做什么配置吗? |
最新版本还是会出现403 webssh forbiden |
403处理办法webssh加上这个 --fbidhttp=False |
我也出现这个问题,这个应该还是文件权限的问题。单独通过http://localhost:8888来使用密钥登录是没有问题的,而跨域的问题已经有在参数里面添加了--Origin='*',到底要怎么样才能使用密钥来免密登录呢? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不填写密钥就报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)
The text was updated successfully, but these errors were encountered: