update readme [skip ci]
This commit is contained in:
parent
c57b99788d
commit
faeb7dc646
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ 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.
|
||||
|
||||
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/master/screenshots/demo-800.gif">
|
||||
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/main/screenshots/demo-800.gif">
|
||||
|
||||
# Requirements
|
||||
Node v6.x or above. If using <v6.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
|
||||
|
@ -259,4 +259,4 @@ All contributions are welcome, all may not make it into a release... To increase
|
|||
* You can enable extended debug messages in the browser Java console using:
|
||||
* `localStorage.debug = '*';` - Debug Everything (a lot of messages)
|
||||
* `localStorage.debug = 'WebSSH2';` - Debug potentially interesting WebSSH2 related messages (replaying credentials, resizing data, other control messages)
|
||||
* If you want to add custom JavaScript to the browser client you can either modify `./src/client.html` and add a **\<script\>** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option).
|
||||
* If you want to add custom JavaScript to the browser client you can either modify `./src/client.html` and add a **\<script\>** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option).
|
||||
|
|
Loading…
Reference in a new issue