[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Manual incorrectly implies \<cr> OK in authorization_keys file?

From: Bill Burgess <burgess_at_greeneridge.com>
Date: 2007-04-19 23:18:10 CEST

The Subversion manual for 1.4 (compiled from r2782) on page 172
gives an example for embedding an svnserve command within the
~/.ssh/authorization_keys file:

command="svnserve -t --tunnel-user=harry",no-port-forwarding,\
         no-agent-forwarding,no-X11-forwarding,no-pty \
         TYPE1 KEY1 harry@example.com

I can't speak to other platform configurations, but OpenSSH_3.5p1
running under Red Hat Linux 9 does NOT appear to respect the
backslash convention in the authorization_keys file. My attempt
at following this example nearly verbatim failed repeatedly,
ignoring the command option and allowing shell access if asked.

When I removed the backslashes and carriage returns everything
worked as advertised.

Perhaps the manual should be amended somehow?

Thanks,
--Bill Burgess

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 23 21:54:14 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.