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

Re: SSH configuration question

From: Steve Greenland <steveg_at_lsli.com>
Date: 2005-09-08 23:41:35 CEST

On Thu, Sep 08, 2005 at 11:08:29PM +0200, mansenca@labri.fr wrote:
>
> What I do not understand is how ssh know that it must refer to the "svn" account
> ? (read ~svn/.ssh/authorized_keys and not ~anyUser/.ssh/authorized_keys ?)

The same way you specify the user for any ssh command: use the
'user@host' notation:

svn co svn+ssh://svn@svnserver.example.com/whatever/svnroot

You can also set the default username for a server in your
..ssh/config file, e.g.:

    Host svnserver.example.com
       user svn

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 8 23:46:20 2005

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.