Sign inSign up

ekapusta/debian-sshd

By ekapusta

Updated over 8 years ago

Latest Debian-based OpenSSH daemon with configurable root password and popular settings

Image
4

3.7K

ekapusta/debian-sshd repository overview

Build

docker build --tag=ekapusta/debian-sshd .
Args

Defaults are at build.args.sh to override create build.args.override.sh and change their values there.

  • ROOT_PASSWORD=root
  • SSHD_CONFIG_PERMIT_ROOT_LOGIN=yes
  • SSHD_CONFIG_USE_PAM=no
  • SSHD_CONFIG_USE_DNS=no

PS: This is ugly polyfill until docker hub autobuilds uses ancient 1.8 version

Go into

docker ps --filter=name=sshd && docker stop sshd && docker rm sshd
docker run --detach --name=sshd ekapusta/debian-sshd
docker exec --interactive=true --tty=true sshd bash

Tag summary

Content type

Image

Digest

Size

48.7 MB

Last updated

over 8 years ago

docker pull ekapusta/debian-sshd