Procházet zdrojové kódy

fix(googleauth): make sure sshd allows KbdInteractiveAuthentication

pull/229/head
Pascal de Bruijn před 2 roky
rodič
revize
3fe875040d
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +11
    -0
      users/googleauth.sls

+ 11
- 0
users/googleauth.sls Zobrazit soubor

@@ -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 %}

Načítá se…
Zrušit
Uložit