# webssh2
**Repository Path**: dongping_8887/webssh2
## Basic Information
- **Project Name**: webssh2
- **Description**: Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-02-07
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WebSSH2
[](https://badge.fury.io/gh/billchurch%2Fwebssh2)
[](https://www.buymeacoffee.com/billchurch)
Web SSH Client using ssh2, socket.io, xterm.js, and express
A bare bones example of an HTML5 web-based terminal emulator and SSH client. We use SSH2 as a client on a host to proxy a Websocket / Socket.io connection to a SSH2 server.
# Requirements
Node v6.x or above. If using ** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option).