Sfoglia il codice sorgente

Merge pull request #463 from fengor/master

Added "UseRoaming no" to ssh.config to fix OpenSSH: client bugs CVE-2…
Sven Neuhaus 9 anni fa
parent
commit
19b12722f6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      roles/common/templates/etc_ssh_ssh_config.j2

+ 1
- 0
roles/common/templates/etc_ssh_ssh_config.j2 Vedi File

@@ -6,4 +6,5 @@
6 6
     GSSAPIDelegateCredentials no
7 7
     MACs {{ macs }}
8 8
     PasswordAuthentication no
9
+    UseRoaming no
9 10
 

Loading…
Annulla
Salva