WMRamadan / ssh-browser-client

An SSH client in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An SSH client in the browser

License:MIT License


Languages

Language:JavaScript 52.6%Language:HTML 47.4%