Sign inSign up

beneventsur/webssh

By beneventsur

Updated over 6 years ago

SSH client web application (webssh) on container

Image
0

419

beneventsur/webssh repository overview

Webssh - SSH client web application

A simple web application to be used as an ssh client to connect to your ssh servers. It is written in Python, base on tornado, paramiko and xterm.js...read more

Run command:

docker container run -d -p 8888:8888 beneventsur/webssh:latest

Dockerfile:

FROM python:3.6
EXPOSE 8888
RUN pip install webssh
CMD wssh --fbidhttp=False

Tag summary

Content type

Image

Digest

Size

342.7 MB

Last updated

over 6 years ago

docker pull beneventsur/webssh