Sign inSign up

thinegan/debian-sshd

By thinegan

Updated over 8 years ago

Dockerized SSH service, built on top of official Debian images.

Image
0

371

thinegan/debian-sshd repository overview

debian-sshd

Dockerized SSH service, built on top of official Debian images.

Image tags

  • thinegan/debian-sshd:jessie (Debian GNU/Linux 8)

Installed packages

Image specific:

  • openssh-server

Config:

  • PermitRootLogin yes
  • UsePAM no
  • exposed port 22
  • default command: /usr/sbin/sshd -D root password: screencast

Run example

$ docker run -d -P --name test_sshd thinegan/debian-sshd:jessie
$ docker port test_sshd 22
  0.0.0.0:32770

$ ssh root@localhost -p 32770
# The password is `screencast`
root@ae65f549c1b0:~#

Issues

If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-sshd repo, which is the source for this image.

Tag summary

Content type

Image

Digest

Size

85.9 MB

Last updated

over 8 years ago

docker pull thinegan/debian-sshd