Django+paramiko 实现的 webssh。此项目存在已知BUG,最新请参考:https://github.com/leffss/devops djangowebsocketparamikowebssh UpdatedJun 10, 2021 JavaScript gateone implemented by django web terminal ssh sshdjangoterminalasynchronouswebsocketrealtimemultiuserterminal-emulatorsgateonemanagement-systemjumpserverwebss...
Webssh implemented by github.com/gorilla/websocket and golang.org/x/crypto/ssh gowebsshgowebssh UpdatedFeb 11, 2025 JavaScript leffss/django-webssh Star67 Code Issues Pull requests Django+paramiko 实现的 webssh。此项目存在已知BUG,最新请参考:https://github.com/leffss/devops ...
:seedling: Web based ssh client. Contribute to huashengdun/webssh development by creating an account on GitHub.
git clone https://github.com/cmliu/webssh cd webssh pip install -r requirements.txt && python run.py --delay=10 --encoding=utf-8 --fbidhttp=False --maxconn=20 --origin='*' --policy=warning --redirect=False --timeout=10 --port=8888 --debug --xsrf=False --xheaders --wpintvl...
🌱Web based ssh client MIT license starsforks Notifications Code Pull requests Actions Projects Security Insights More master BranchesTags 2branches36tags Go to file Code Clone HTTPSGitHub CLI Download ZIP This branch is69 commits behindhuashengdun:master. ...
参考:https://github.com/myml/webssh,在原项目的基础上新增 publickey 登陆、zmodem 上传下载(支持禁用 sz 或者 rz) 服务器端文档 快速开始 ...import(..."github.com/gorilla/websocket""github.com/leffss/gowebssh")...id:=r.Header.Get("Sec-WebSocket-Key")webssh:=gowebssh.NewWebSSH()webssh...
封装各种shell的控制台。包含本地shell、远程ssh和k8s中pod的shell replay 包含录屏与回放两种功能。 SSH服务器 本demo提供了这个模拟ssh服务的默认参数,开箱即用。 docker run -d -p 222:22 --rm bimg/alpine-ssh ssh-server项目地址:https://github.com/basicimage/alpine-ssh go run main.go...
http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&headerBackground=red CONTRIBUTING As of 0.4.0, we're trying our best to conform to theAirbnb Javascript Style Guide. I'm hoping this will make contributions easier and keep the code readable. I love shortcuts more th...
git clone https://github.com/o8oo8o/WebSSH.git cd WebSSH/gossh go build ./gossh 打开链接 http://127.0.0.1:8899/ 开始享用吧,第一次需要初始化 Docker 方式: git clone https://github.com/o8oo8o/WebSSH.git cd WebSSH docker build -f Dockerfile -t gowebssh:v2 . docker run -...
基于python3.7 + django 2.2.3 实现的 django-webshell,参考https://github.com/huyuan1999/django-webssh。在参考项目的基础上做了一些优化:新增前端页面刷新确认页面(刷新会导致 websocket 连接断开)、后端 paramiko 线程创建代码优化、记录命令记录以及结果、支持 zmodem 上传下载文件(rz, sz)。有兴趣的同学可以在...