Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
omnibus-gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
omnibus-gitlab
Commits
550cd5fc
Verified
Commit
550cd5fc
authored
5 years ago
by
DJ Mountney
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Disable AuthorizedKeysFile in Docker"
This reverts commit
16504639
.
parent
8ab783cb
No related branches found
No related tags found
1 merge request
!3388
Bring back the option to use the authorized keyfile in docker
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelogs/unreleased/docker-bring-back-keywrites.yml
+5
-0
5 additions, 0 deletions
changelogs/unreleased/docker-bring-back-keywrites.yml
docker/assets/sshd_config
+1
-1
1 addition, 1 deletion
docker/assets/sshd_config
with
6 additions
and
1 deletion
changelogs/unreleased/docker-bring-back-keywrites.yml
0 → 100644
+
5
−
0
View file @
550cd5fc
---
title
:
Bring back the option to use the authorized keyfile in docker
merge_request
:
3388
author
:
type
:
fixed
This diff is collapsed.
Click to expand it.
docker/assets/sshd_config
+
1
−
1
View file @
550cd5fc
...
...
@@ -11,7 +11,7 @@ AllowUsers git
PrintMotd no
PrintLastLog no
PubkeyAuthentication yes
AuthorizedKeysFile
none
AuthorizedKeysFile
%h/.ssh/authorized_keys /gitlab-data/ssh/authorized_keys
AuthorizedKeysCommand /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-authorized-keys-check git %u %k
AuthorizedKeysCommandUser git
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment