Docker Image for a rdiff-backup target with openssh-server
This image is providing an openssh server with rdiff-backup service. For backup purposes a user-account rdiff-backup is been created. The container allows key-authentication only, any password authentication has been disabled.
docker run -d -p 2222:22 -v /secrets/id_rsa.pub:/home/rdiff-backup/.ssh/authorized_keys patrickfl/rdiff-backup-openssh-server