1 diff --git a/connect.c b/connect.c
2 index 4813f005ab..b3f12f3268 100644
5 @@ -1183,7 +1183,7 @@ static void fill_ssh_args(struct child_process *conn, const char *ssh_host,
7 ssh = getenv("GIT_SSH");
11 variant = determine_ssh_variant(ssh, 0);
14 diff --git a/git-gui/lib/remote_add.tcl b/git-gui/lib/remote_add.tcl
15 index 480a6b30d0..7817204241 100644
16 --- a/git-gui/lib/remote_add.tcl
17 +++ b/git-gui/lib/remote_add.tcl
18 @@ -139,7 +139,7 @@ method _add {} {
20 if { [regexp {(?:git\+)?ssh://([^/]+)(/.+)} $location xx host path]
21 || [regexp {([^:][^:]+):(.+)} $location xx host path]} {
24 if {[info exists env(GIT_SSH)]} {