浏览代码

Merge pull request #463 from fengor/master

Added "UseRoaming no" to ssh.config to fix OpenSSH: client bugs CVE-2…
Sven Neuhaus 9 年前
父节点
当前提交
19b12722f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      roles/common/templates/etc_ssh_ssh_config.j2

+ 1
- 0
roles/common/templates/etc_ssh_ssh_config.j2 查看文件

6
     GSSAPIDelegateCredentials no
6
     GSSAPIDelegateCredentials no
7
     MACs {{ macs }}
7
     MACs {{ macs }}
8
     PasswordAuthentication no
8
     PasswordAuthentication no
9
+    UseRoaming no
9
 
10
 

正在加载...
取消
保存