Преглед изворни кода

Fix SSH connections to Github

Tomas Bedrich пре 8 година
родитељ
комит
7a399d45ca
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5
    0
      roles/common/templates/etc_ssh_ssh_config.j2

+ 5
- 0
roles/common/templates/etc_ssh_ssh_config.j2 Прегледај датотеку

@@ -1,3 +1,8 @@
1
+# Github needs diffie-hellman-group-exchange-sha1 some of the time but not always.
2
+Host github.com
3
+    KexAlgorithms {{ kex_algorithms }},diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
4
+
5
+Host *
1 6
     Ciphers {{ ciphers }}
2 7
     KexAlgorithms {{ kex_algorithms }}
3 8
     SendEnv LANG LC_*

Loading…
Откажи
Сачувај