部署webssh,可以实现使用浏览器ssh登录,摆脱工具的限制
部署
-
docker运行
1 | docker run -d --log-driver json-file --log-opt max-file=1 --log-opt max-size=100m -p 8032:5032 --restart always --name webssh -e TZ=Asia/Shanghai -e authInfo=用户名:密码 -e savePass=false jrohy/webssh |
-
支持添加的环境变量:
1 | port: web使用端口, 默认5032 |
-
打开网页
nginx反向代理(可选)
1 | map $http_upgrade $connection_upgrade { |