Skip to content

A web-based SSH client, built with tornado and paramiko.

Notifications You must be signed in to change notification settings

sentrychris/ssh-client

Repository files navigation

Web SSH client.

Installation

(Optional) Create virtual environment

Install dependencies

$ pip install -r requirements.txt
$ npm install

Build

$ npm run build

Run

$ python manage.py run --address=<ip-address> --port=<port>

Defaults:

  • IP: 0.0.0.0
  • Port: 4500

Screenshots

assets/tornamiko.png

assets/tornamiko.png