Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Container Images
gitlab
Commits
2b5cda36
Commit
2b5cda36
authored
Feb 23, 2021
by
mh
Browse files
we want pam on EL systems
parent
41dbc624
Pipeline
#6293
passed with stage
in 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
assets/sshd_config
View file @
2b5cda36
...
...
@@ -18,7 +18,7 @@ AuthorizedKeysCommandUser git
# With "UsePAM yes" the "!" is seen as a password disabled account and not fully locked so ssh public key login works
# Please make sure that the account is created without passwordlogin ("*" in /etc/shadow) or configure pam.
# Issue #5891 https://gitlab.com/gitlab-org/omnibus-gitlab
UsePAM
no
UsePAM
yes
# Disabling use DNS in ssh since it tends to slow connecting
UseDNS no
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment