You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/08/10 18:15:12 UTC

svn commit: r1804692 - /subversion/trunk/notes/ssh-tricks

Author: danielsh
Date: Thu Aug 10 18:15:12 2017
New Revision: 1804692

URL: http://svn.apache.org/viewvc?rev=1804692&view=rev
Log:
Follow-up to r1804691:

* notes/ssh-tricks: Update this documentation, too.

This patch is separate because notes/ is not in tarballs.

Modified:
    subversion/trunk/notes/ssh-tricks

Modified: subversion/trunk/notes/ssh-tricks
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/ssh-tricks?rev=1804692&r1=1804691&r2=1804692&view=diff
==============================================================================
--- subversion/trunk/notes/ssh-tricks (original)
+++ subversion/trunk/notes/ssh-tricks Thu Aug 10 18:15:12 2017
@@ -15,7 +15,7 @@ not work with password authentication.
 the client's key-pair is used only for access to svnserve; if you want
 to retain general shell access to the host, create a second, dedicated
 key-pair for Subversion access and (assuming a Unix client) set the
-environment variable SVN_SSH to "ssh -i /path/to/private/key/file".
+environment variable SVN_SSH to "ssh -i /path/to/private/key/file --".
 
 The basic idea
 --------------