Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 467 Bytes

wessh

环境?

linux(python2.7) windows(无) mac(无)

需要安装的依赖库?

pip install tornado ; pip install paramiko;

如何使用?

cd webssh && python ws_app.py

默认端口(8011)?

vim containers-ssh/ws_app.py if name == 'main':
ws_app = Application()
server = tornado.httpserver.HTTPServer(ws_app)
server.listen(8011)
tornado.ioloop.IOLoop.instance().start()

浏览器登录,输入IP,端口,用户,密码