Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Customised binary for ssh over proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Deng committed Jan 7, 2021
1 parent 5e476b7 commit 7da4a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marge/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# connects. The proper solution would be to pass in known_hosts as
# a commandline parameter, but in practice few people will bother anyway and
# in this case the threat of MiTM seems somewhat bogus.
GIT_SSH_COMMAND = "ssh -o StrictHostKeyChecking=no "
GIT_SSH_COMMAND = "/usr/local/bin/git-ssh-proxy -o StrictHostKeyChecking=no "


def _filter_branch_script(trailer_name, trailer_values):
Expand Down

0 comments on commit 7da4a38

Please sign in to comment.