Sign inSign up

systextil/centos-ssh-server

By systextil

Updated about 9 years ago

A container Docker with CentOS 7, SSH server and scp.

Image
1

10K+

systextil/centos-ssh-server repository overview

centos-ssh-server

A container Docker with CentOS 7, SSH server and scp.

How to build?

  git clone https://github.com/systextil-labs/centos-ssh-server.git
  cd centos-ssh-server
  docker build -t systextil/centos-ssh-server .

How to run?

  docker run -d --name=SSH_SEVER -p 2222:22 systextil/centos-ssh-server:latest

How to access?

  ssh [email protected] -p 2222
  password: admin

Tag summary

Content type

Image

Digest

Size

143.6 MB

Last updated

about 9 years ago

docker pull systextil/centos-ssh-server