Re: [PATCH] svnserve --user, use svn+ssh but avoid system accounts
From: Tommi Virtanen <tv_at_tv.debian.net>
Date: 2004-02-19 13:48:52 CET
Greg Hudson wrote:
But if I just make the --tunnel-user override the value in mecharg,
if (*mecharg && strcmp(mecharg, b->user) != 0)
According to my understanding, your suggestion would mean:
alice on hostA runs "svn co svn+ssh://shareduser@hostB/path",
hostB authenticates alice via ~shareduser/.ssh/authorized_keys,
--tunnel-user overrides mecharg to be "alice", but b->user is still
My suggestion (overriding b->user with --tunnel-user) would make
--tunnel-user overrides b->user to be "alice", and mecharg is "alice",
Is there something I am missing?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.