Skip to content

WMRamadan/ssh-browser-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-browser-client

An SSH client in the browser

Requirements

  • Node v20+

Instructions

1 - Install node modules:

npm install

2 - Update the .env with IP address, Username and Password for your ssh session.

3 - Start node server:

node --env-file=.env server.js

4 - Navigate to http://localhost:5000

Tested Web Browsers:

  • Brave
  • Chrome
  • Chromium
  • Firefox
  • Edge
  • Opera
  • Vivaldi