找了很久的webssh,终于发现这款工具,安装方便,可docker,让你随时随地可以连上你的小鸡, https://ssh.tao314.cn:8182/
项目地址:https://github.com/niruix/sshwifty
强烈推荐通过docker安装
docker run --detach \
--restart=always \
--publish 8182:8182 \
--env SSHWIFTY_DOCKER_TLSCERT="$(cat /usr/local/nginx/conf/ssl/ssh.tao314.cn/ssh.tao314.cn.cer)"
--env SSHWIFTY_DOCKER_TLSCERTKEY="$(cat /usr/local/nginx/conf/ssl/ssh.tao314.cn/ssh.tao314.cn.key)"
--name sshwifty \
niruix/sshwifty:latest
注,必须要配置SSL通过https访问,不然会出错,记得把上面代码里证书的地址换成你自己的
转载请注明:野草堂 » 推荐一款在线SSH工具 -Sshwifty