https://pypi.org/project/webssh/

#安装
pip install webssh 
#监听
wssh --address=0.0.0.0 --port=8888



403错误

https://blog.csdn.net/qq_38885780/article/details/112983067

因为webssh对http进行了拦截,开放http即可
wssh --fbidhttp=False