Page MenuHomeDevCentral

D4129.diff
No OneTemporary

D4129.diff

diff --git a/roles/bastion/sshd-otp/files/sshd_config b/roles/bastion/sshd-otp/files/sshd_config
--- a/roles/bastion/sshd-otp/files/sshd_config
+++ b/roles/bastion/sshd-otp/files/sshd_config
@@ -22,7 +22,7 @@
# In this SSH configuration, we can use PAM modules with challenge/response.
# This allows to use PAM provided capabilities like OTP (Yubikey, OPIE).
PasswordAuthentication no
-ChallengeResponseAuthentication yes
+KbdInteractiveAuthentication yes
UsePAM yes
# Misc options
diff --git a/roles/core/sshd/files/sshd_config b/roles/core/sshd/files/sshd_config
--- a/roles/core/sshd/files/sshd_config
+++ b/roles/core/sshd/files/sshd_config
@@ -39,7 +39,7 @@
# Nasqueron servers authentication should only occur through SSH keys
# but PAM can offer extra capabilities if needed like OTP.
PasswordAuthentication no
-ChallengeResponseAuthentication no
+KbdInteractiveAuthentication no
UsePAM yes
# Once the core role has been applied to a server, ops users have been created

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 20, 08:15 (11 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3929332
Default Alt Text
D4129.diff (992 B)

Event Timeline