Closed vemv closed 5 years ago
+1, would help a lot!
Hey there,
any luck with the two last issues I created?
cc/ @manderson202
Thanks!
Hey @vemv, sorry for not getting back on these. I've been swamped lately. I'll try and take a look this week. Thanks for following up!
This was just merged. Thanks for the snippet!
Hey there,
although lein-git-down works fine with private repos and a default ~/.ssh/config, if the user was using a custom cypher suite, then it becomes non-trivial to figure out how to cleanly make lein-git-down use a compatible suite.
e.g. given the following contents:
Which should not affect lein-git-down (given
!
syntax), lein-git-down will be unable to retrieve repos.I figured out that the following snippet works fine, and is able to coexist with the one above:
I created this snippet by taking the original one, and following the
Detected unsupported algorithm(s)
warnings, removing the indicated problematic items, e.g{"hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha2-512-etm@openssh.com" "umac-128@openssh.com" "hmac-sha2-512"}
.That was grunt work, and possibly a non-intuitive fix for newcomers.
I suggest the
Host github.com
snippet is added to the README, wiki or such.Cheers - Victor