基于
Electron搭建的ssh隧道浏览器,主要用于需要通过隧道进行 web 访问的场景 🌝
运行截图
ssh常用的方式有帐密、privateKey
在 ssh服务器 创建用户供登录:
useradd test
passwd test
# 然后输入两次密码
# 删除用户
userdel test用户创建后就能使用test登录
TODO
Cannot assign to read only property 'exports' of object
详见:http://blog.csdn.net/u013034736/article/details/70174425
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
This project was generated with electron-vue@195b599 using vue-cli. Documentation about the original structure can be found here.
- iview 升级到
2.13.0 - 增加隧道连接失败的友情提示
- 修改部分
UI
- 打包统一修改为
ia32(程序体积得到10%的缩减) - 增加
preload.js(目前没有实际运用) - 程序主页增加版本信息
- 修复:断开通道后主页按钮不更新的bug
- 增加私钥文件登录


