https://github.com/0verfl0w767/ssh-terminal-browser
The easiest ssh client terminal browser.
https://github.com/0verfl0w767/ssh-terminal-browser
express socket-io ssh xterm-js
Last synced: about 1 year ago
JSON representation
The easiest ssh client terminal browser.
- Host: GitHub
- URL: https://github.com/0verfl0w767/ssh-terminal-browser
- Owner: 0verfl0w767
- License: mit
- Fork: true (SSAZIBANG-NAVY/ssh-terminal-browser)
- Created: 2025-02-16T03:17:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T05:16:24.000Z (over 1 year ago)
- Last Synced: 2025-02-16T06:19:51.915Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# ssh-terminal-browser
This browser-based SSH client provides almost the same functionality as traditional SSH programs.
The project mainly implement web-based SSH clients, allowing users to access and manage remote servers through web browsers. This allows users to access and work on servers with just a browser, without having to install or configure separate SSH clients.
Also,
- Firewall bypass: If SSH connections are required from an enterprise internal network or behind a firewall, this browser-based client allows access without installing an external SSH client.
- Protocol compatibility: A typical SSH client can be accessed using a web-based client even in a blocked environment.
**SSL/TLS must be applied before deploying this browser-based SSH client in a production environment.**
`host`, `port`, `user`, `passowrd` are required for SSH connection.
`SSH key authentication` is not supported.
## Preview
### Before connection

### After connection
