/docker-sshd

Docker image providing a SSH daemon

Primary LanguageMakefile

SSHd

This is a Docker image providing a SSH daemon.

Build

$ make build

Usage

Starting the SSH daemon

$ docker run -d -p 2222:22 --name sshd sshd:latest

To access the running container with ssh

$ ssh root@127.0.0.1 -p 2222

Default password for root is toor