On Sat, 01 Dec 2012, Eric S. Raymond wrote:
Alternative server-side implementation (via breser):
[[[
command="svnserve -t --tunnel-user='Daniel Shahaf'" ssh-rsa ...
]]]
Um, does this mean everyone's commits are coing to look like
Daniel Shahaf made them? If not, where is --tunnel-user going to
come from?
It comes from the .ssh/authorized_keys file, in a context
that is associated with exactly one ssh key (the "ssh-rsa
..." part); this would be the same place that previously had
"--tunnel-user=danielsh".
--apb (Alan Barrett)