Skip to content

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

License

Notifications You must be signed in to change notification settings

ekapusta/docker-debian-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages