Latest Debian-based OpenSSH daemon with configurable root password and popular settings
3.7K
docker build --tag=ekapusta/debian-sshd .
Defaults are at build.args.sh to override create build.args.override.sh and change their values there.
PS: This is ugly polyfill until docker hub autobuilds uses ancient 1.8 version
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
Content type
Image
Digest
Size
48.7 MB
Last updated
over 8 years ago
docker pull ekapusta/debian-sshd