Bläddra i källkod

fix(googleauth): make sure sshd allows KbdInteractiveAuthentication

pull/229/head
Pascal de Bruijn 2 år sedan
förälder
incheckning
3fe875040d
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. +11
    -0
      users/googleauth.sls

+ 11
- 0
users/googleauth.sls Visa fil

@@ -73,4 +73,15 @@ users_googleauth_selinux_applied:
- name: {{ users.googleauth_dir }}
{%- endif %}

sshd:
service.running:
- watch:
- file: /etc/ssh/sshd_config

sshd_config:
file.replace:
- name: /etc/ssh/sshd_config
- pattern: '^(ChallengeResponseAuthentication|KbdInteractiveAuthentication).*'
- repl: '\1 yes'

{%- endif %}

Laddar…
Avbryt
Spara