Skip to content

SSH webclient, used as a bridge to ssh into machines on the host's private network.

Notifications You must be signed in to change notification settings

Duckoboye/ssh-client-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SSH webclient, used as a bridge to ssh into machines on the host's private network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages