ソースを参照

fix(googleauth): make sure sshd allows KbdInteractiveAuthentication

pull/229/head
Pascal de Bruijn 2年前
コミット
3fe875040d
1個のファイルの変更11行の追加0行の削除
  1. +11
    -0
      users/googleauth.sls

+ 11
- 0
users/googleauth.sls ファイルの表示

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

読み込み中…
キャンセル
保存