cloudposse / bastion

🔒Secure Bastion implemented as Docker Container running Alpine Linux with Google Authenticator & DUO MFA support
https://cloudposse.com/accelerate
Apache License 2.0
640 stars 112 forks source link

Add Docker Compose Example #45

Closed jawabuu closed 5 years ago

jawabuu commented 5 years ago

Provide a docker compose example to illustrate ssh bastion functionality locally. It includes cloudposse's github-authorized-keys to provision users. I have overridden the ssh-authorized-keys-command script because it adds the command in a format not expected by github-authorized-keys but the changes should eventually be done on core. @osterman