Giter VIP home page Giter VIP logo

ssh-browser's Introduction

ssh-broswer

基于 Electron 搭建的ssh隧道浏览器,主要用于需要通过隧道进行 web 访问的场景 🌝

运行截图

SSH 授权简述

ssh 常用的方式有帐密privateKey

帐密方式

ssh服务器 创建用户供登录:

useradd test

passwd test
# 然后输入两次密码

# 删除用户
userdel test

用户创建后就能使用test登录

privateKey

TODO

构建&运行

图标在线转换:https://www.easyicon.net/covert/

感谢

ssh2

问题汇总

Cannot assign to read only property 'exports' of object

详见:http://blog.csdn.net/u013034736/article/details/70174425

Build Setup

# 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.

LOGS

v1.0.2

  • iview 升级到 2.13.0
  • 增加隧道连接失败的友情提示
  • 修改部分UI

v1.0.3

  • 打包统一修改为 ia32(程序体积得到10%的缩减)
  • 增加 preload.js(目前没有实际运用)
  • 程序主页增加版本信息
  • 修复:断开通道后主页按钮不更新的bug

v1.0.4

  • 增加私钥文件登录

ssh-browser's People

Contributors

0604hx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.