Skip to content

kagux/docker-ssh-keygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Use this image to generate ssh keys once and share them will other containers.

##Usage

  • docker run -d --name ssh-key kagux/ssh-keygen to generate keys.
  • docker logs ssh-key to print public key
  • docker run --rm -t --volumes-from ssh-key busybox ls /root/.ssh/ to access keys from another container

About

Docker container to generate ssh keys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages