浏览代码

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

正在加载...
取消
保存