lirudy / elecssh

A ssh terminal based Electron and ssh2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A SSH Terminal, Based Electron, xterm.js and ssh2(nodejs).

TODO List:

  • node list box
  • node info config file in HOME path
  • scp file send and get
  • node config security
  • muli-window
  • fast command box
  • package binary file

Config file format

$HOME/elecssh.json

{
    "remote-list":{
        "node1":{
            "host": "192.168.0.1",
            "port": "22",
            "username": "testxt",
            "password": "123456"
        }
    }
}

at windows, please use electron v1.7.12, DO NOT use latest version.

About

A ssh terminal based Electron and ssh2


Languages

Language:JavaScript 82.8%Language:HTML 17.2%