https://github.com/sentrychris/ssh-client
A web-based SSH client, built with tornado and paramiko.
https://github.com/sentrychris/ssh-client
alpine-js bootstrap javascript paramiko python ssh ssh-client tornado web webapp
Last synced: 5 months ago
JSON representation
A web-based SSH client, built with tornado and paramiko.
- Host: GitHub
- URL: https://github.com/sentrychris/ssh-client
- Owner: sentrychris
- Created: 2020-07-31T16:02:05.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:16:52.000Z (over 1 year ago)
- Last Synced: 2026-01-20T03:52:19.759Z (5 months ago)
- Topics: alpine-js, bootstrap, javascript, paramiko, python, ssh, ssh-client, tornado, web, webapp
- Language: Python
- Homepage: https://versyx.dev
- Size: 384 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web SSH client.
## Installation
(Optional) Create virtual environment
Install dependencies
```sh
$ pip install -r requirements.txt
```
```sh
$ npm install
```
Build
```sh
$ npm run build
```
## Run
```sh
$ python manage.py run --address= --port=
```
Defaults:
- IP: 0.0.0.0
- Port: 4500
## Screenshots

