Re: [PATCH] GIT_SSH alternate ssh name or helper

2005-08-03 Thread Martin Sivak
different name). Actually I think there is at least one case, when helper script is useful. I mean, how would you setup different identities for more user accounts on the same server (it doesn't happen often, but..)? Best regards -- Martin Sivak [EMAIL PROTECTED] pgpINSyLEaZSU.pgp Description: PGP signature

[PATCH] GIT_SSH alternate ssh name or helper

2005-08-03 Thread Martin Sivak
"; + host = strstr(url, "//"); if (host) { host += 2; @@ -59,7 +62,7 @@ close(sv[1]); dup2(sv[0], 0); dup2(sv[0], 1); - execlp("ssh", "ssh", host, command, NULL); + execlp(prog, "ssh", host, command, NULL); } close(sv[0]); *fd_in = sv[1]; Signed-off-by: Martin Sivak <[EMAIL PROTECTED]> -- Martin Sivak [EMAIL PROTECTED] pgpsRDHAP3M9v.pgp Description: PGP signature