You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the speed up ssh operations, gitlab has a feature that will allow the gitlab_shell to index authorized_keys for git+ssh connections in the database instead of the authorized_keys file. This can drastically impact the speed of ssh connections when a large number of keys or users are present.
Implementation details:
Add store_git_keys_in_db parameter to manifests/init.pp
create /opt/gitlab-shell/authorized_keys keys file with git:root 0650 with content shown in docs
add manage_sshd_git_user parameter
use augeas resource to configure sshd with appropriate command, or use sshd drop-in file for git user
The text was updated successfully, but these errors were encountered:
As described in the speed up ssh operations, gitlab has a feature that will allow the gitlab_shell to index authorized_keys for git+ssh connections in the database instead of the
authorized_keysfile. This can drastically impact the speed of ssh connections when a large number of keys or users are present.Implementation details:
store_git_keys_in_dbparameter tomanifests/init.pp/opt/gitlab-shell/authorized_keyskeys file withgit:root 0650with content shown in docsmanage_sshd_git_userparameteraugeasresource to configure sshd with appropriate command, or use sshd drop-in file for git userThe text was updated successfully, but these errors were encountered: