Skip to content
 
 

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SSHD

Docker Repository on Quay.io

Minimal Alpine Linux Docker container with sshd exposed and rsync installed.

Mount your .ssh credentials (RSA public keys) at /root/.ssh/ in order to access the container via root ssh.

Optionally mount a custom sshd config at /etc/ssh/.

Usage Example

docker run -d -p 2222:22 -v /secrets/id_rsa.pub:/root/.ssh/authorized_keys:ro -v /mnt/data/:/data/ quay.io/macropin/sshd

About

Minimal Alpine Linux Docker container with sshd exposed and rsync installed

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages