Files 51pwn .devcontainer app screenshots .csslintrc .dockerignore .gitignore .travis.yml BUILDING.md CODE_OF_CONDUCT.md CONTRIBUTING.md ChangeLog.md Dockerfile ISSUE_TEMPLATE.md LICENSE Makefile README.md docker-compose.ymlBreadcrumbs webssh2 / docker-compose.yml Latest commit...
复制 docker pull billchurch/webssh2:0.4.6 2、编写docker-compose.yml和config.json (这里tab是两个空格,用vim复制粘贴记得先执行 :set paste) 代码语言:javascript 复制 version:'3'services:webssh2:image:billchurch/webssh2:0.4.6container_name:webssh2ports:-0.0.0.0:2222:2222healthcheck:test:-CMD-"...
docker-compose.yml requirements.txt run.py setup.cfg setup.py README.md WebSSH Introduction 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. Features SSH password authentication supp...
useageRun with docker composesudo docker-compose up -d Login user & password username: admin password: password!23456Author Emailzhengge2012@gmail.comscreenshotsUbuntu webterminal helper supportMac webterminal helper supportWindows webterminal helper support...
Docker | Follow the Docker-Compose Getting Started Guide Deploy Teleport If you wish to deploy Teleport inside a Docker container: # This command will pull the Teleport container image for version 8 $ docker pull quay.io/gravitational/teleport:8 View latest tags on Quay.io | gravitational/tele...
.github preview tests webssh .coveragerc .gitignore .travis.yml Dockerfile LICENSE MANIFEST.in README.md README.rst docker-compose.yml requirements.txt run.py setup.cfg setup.py README.md WebSSHIntroductionA simple web application to be used as an ssh client to conne...