Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 418 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 418 Bytes

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