Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
59
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
hpc-factory
Merge requests
!179
Feat password auth
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Feat password auth
louistw/hpc-factory:feat-password-auth
into
main
Overview
0
Commits
4
Pipelines
0
Changes
3
Open
Bo-Chun Chen
requested to merge
louistw/hpc-factory:feat-password-auth
into
main
3 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
Fixes
devops#585
Fixes
https://gitlab.rc.uab.edu/rc/hpc-factory/-/issues/205
Edited
2 months ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Viewing commit
df5c67d2
Show latest version
1 file
+
6
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
df5c67d2
feat: allow password auth in sshd
· df5c67d2
Bo-Chun Chen
authored
3 months ago
ansible/roles/password_auth/tasks/main.yaml
+
6
−
0
Options
@@ -43,3 +43,9 @@
@@ -43,3 +43,9 @@
ansible.builtin.file
:
ansible.builtin.file
:
path
:
/tmp/passwd_auth
path
:
/tmp/passwd_auth
state
:
absent
state
:
absent
-
name
:
Allow password auth in sshd
ansible.builtin.lineinfile
:
path
:
./sshd_config
regexp
:
'
#?PasswordAuthentication
.*$'
line
:
"
PasswordAuthentication
yes"
Loading