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

https://github.com/vit0r/ssh_server01

docker ssh server
https://github.com/vit0r/ssh_server01

docker docker-compose ssh-server

Last synced: 2 months ago
JSON representation

docker ssh server

Awesome Lists containing this project

README

          

```shell

docker-compose up -d --build
docker ps
docker container logs ssh_server01
docker inspect ssh_server01
ssh root@localhost -p 2222
password: 123456a

```