URL path match in ssh config

Ángel González keisial at gmail.com
Fri Dec 12 09:37:07 EST 2014


On 11/12/14 22:53, chaser at cryptolab.net wrote:
> четвер, 11-гру-2014 19:28:15 Damien Miller написано:
>> On Thu, 11 Dec 2014, chaser at cryptolab.net wrote:
>>> Thank you! That's what I need. BTW is it possible to make configuration
>>> without hostname modification?
>> No, because the path isn't presented to ssh in any way it can easily use
> So... is this can't be implemented/fixed? I think that confuguration should be more logical and easier for end user. And hostname modification is not very clear form of configuration.
I don't think so.

You give git at gitorious.org:bar/bar.git to git, but it actually will be 
doing:
   ssh git at gitorious.org "/usr/bin/git-upload-pack bar/bar.git"

You could add an option to match on command, but such matching seems risky.



More information about the openssh-unix-dev mailing list