Re: [PATCH] GIT_SSH alternate ssh name or helper

2005-08-03 Thread Junio C Hamano
Martin Sivak [EMAIL PROTECTED] writes: This patch make possible to use alternate ssh binary or ssh helper script. The script can be used to give additional parameters to ssh binary (like private key, protocol version, ...). Example script could look like this: #!/bin/sh ssh -1 -i

Re: [PATCH] GIT_SSH alternate ssh name or helper

2005-08-03 Thread Martin Sivak
I understand why you would want this if your ssh binary is called something other than ssh [*1*], but I doubt the example you gave needs this patch. Could you explain why having something like this in your .ssh/config file is not enough? Host foo.bar.xz Protocol 1

Re: [PATCH] GIT_SSH alternate ssh name or helper

2005-08-03 Thread Junio C Hamano
Martin Sivak [EMAIL PROTECTED] writes: I mean, how would you setup different identities for more user accounts on the same server (it doesn't happen often, but..)? I do not claim the way I do is the best way, but I do that all the time. I just use different name to connect, by setting up the