Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 583 Bytes

alt text

Built using xterm.js, socket.js, ssh2 and express.

Install instructions:

Clone this repo using

git clone https://github.com/Duckoboye/ssh-client-webapp.git

cd into ssh-client-webapp

Install npm/node:

sudo apt install nodejs

sudo apt install npm

Run instructions:

npm install

npm start

To change the port, make a .env file inside main dir and write PORT='(Your port)'. Port can also be changed by supplying a number after npm run start. Ex: npm start 8080