Skip to content

Commit b8d7b4c

Browse files
committed
Configure OpenSSH to allow password authentication
1 parent 1444718 commit b8d7b4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# Enable password authentication to allow LDAP users to log in
3+
sshd_password_authentication: true

environments/site/inventory/groups

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ cluster
9191
# Hosts to configure sssd on
9292
cluster
9393

94-
[sshd]
94+
[sshd:children]
9595
# Hosts where the OpenSSH server daemon should be configured
96+
login
9697

9798
[compute_init]
9899
# EXPERIMENTAL: Compute hosts to enable joining cluster on boot on

0 commit comments

Comments
 (0)