Skip to content

Add deployment keys to gitlab:shell:setup

gitlab-qa-bot requested to merge github/fork/docwhat/deployment-keys into master

Created by: docwhat

For people who need access to the 'git' account via SSH (needed for Capistrano for example) you can copy a unique SSH public key into config/deployment_authorized_keys and run rake gitlab:shell:setup

This is an alternative to Gitshell #15 that should address all of @randx's concerns, specifically that if someone steals an admin account they will not gain full ssh access.

Merge request reports