Update README.md

This commit is contained in:
Bill Church 2017-05-19 20:16:12 -04:00 committed by GitHub
parent 2470b580da
commit 4d43ff1506

View file

@ -1,4 +1,4 @@
# WebSSH2 [![Build Status](https://travis-ci.org/billchurch/WebSSH2.svg?branch=master)](https://travis-ci.org/billchurch/WebSSH2) [![Known Vulnerabilities](https://snyk.io/test/github/billchurch/webssh2/badge.svg)](https://snyk.io/test/github/billchurch/webssh2)
# WebSSH2 [![Build Status](https://travis-ci.org/billchurch/WebSSH2.svg?branch=master)](https://travis-ci.org/billchurch/WebSSH2) [![Known Vulnerabilities](https://snyk.io/test/github/billchurch/webssh2/badge.svg)](https://snyk.io/test/github/billchurch/webssh2) [![bitHound Code](https://www.bithound.io/github/billchurch/WebSSH2/badges/code.svg)](https://www.bithound.io/github/billchurch/WebSSH2)
Web SSH Client using ssh2, socket.io, xterm.js, and express
Bare bones example of using SSH2 as a client on a host to proxy a Websocket / Socket.io connection to a SSH2 server.