SSH client web application (webssh) on container
419
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
Content type
Image
Digest
Size
342.7 MB
Last updated
over 6 years ago
docker pull beneventsur/webssh