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

Re: svnserver svn+ssh setup

From: daol <h.hsf_at_gishpuppy.com>
Date: 2006-10-09 20:04:33 CEST

> clear post on this a few weeks ago... here it is:
>
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=55311

Ya, I know a little before, from

http://svn.collab.net/repos/svn/trunk/notes/ssh-tricks
What I notted now is the last point in
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=55311
about $HOME/.ssh/config but reading
http://kimmo.suominen.com/docs/ssh/#config I see that I can modify
/etc/ssh/ssh_config instead of each user that I have??

Like I say before (or I didn't?..lol), I have a setup like...

/mnt/hda8 /repos
Now I have created a new user:password called repos and the $home is
/repos (maked sudo chmod repos:repos /repos)

I have modified /etc/ssh_ssh_config
----------code----------
Host d.devcave.net
    HostName d.devcave.net
    User repos

Host d.infect3d.be
    HostName d.infect3d.be
    User repos
\----------code----------/
They are alias for localhost (also are some dynamic DNS things outside).

Now I was able to do commit to the repo but without configure
/repos/.ssh/authorized_keys it ask me for password of user repos ;)
(and not for my keyprase)...

----------code----------
hecato@hecatombe-64:~/Desktop$ svn checkout
svn+ssh://d.infect3d.be/repos/SVN/test t
repos@d.infect3d.be's password:
repos@d.infect3d.be's password:
repos@d.infect3d.be's password:
A t/hello.txt
Revisión obtenida: 1
\----------code----------/

OK, so for example, if I whant user hecato to have access to this
repository dosent matter the machine (ie.: home machine "hecatombe-64"
and school machine "sala14") without the repo ask wich is the password
of the user "repos" at home machine.

Im watching also
http://bitworking.org/news/Getting_subversion_svn_ssh____to_work_with_PuTTY

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 9 20:05:15 2006

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.