An open API service indexing awesome lists of open source software.

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.

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

![assets/tornamiko.png](assets/img/ui.png)

![assets/tornamiko.png](assets/img/tornamiko.png)