Docker image to allow SSH and rsync access to volumes using github keys
1.2K
Docker image to allow SSH and rsync access to volumes. Authentication is configured using github public keys- the container creates users and downloads their github keys at runtime.
GROUPID: The numeric ID of the group all users will be added to, default 1000GITHUB_USERS: List of GitHub users to be created using the public GitHub keysdocker run -d --name rsync-ssh-access -v shared-volume:/volume \
-e GITHUB_USERS="microscopepony snoopycrimecop" -p 10022:22 rsync-ssh
rsync -v -e 'ssh -p 10022' microscopepony@localhost:/volume
ssh -p 10022 microscopepony@localhost
Content type
Image
Digest
Size
2.7 MB
Last updated
over 8 years ago
docker pull openmicroscopy/rsync-ssh