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

Re: Problems with svn+ssh access

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-05-26 14:45:28 CEST

michal wrote:
> I was make private and public SSH keys. Now I am able to login to server via SSH. But if I type something like:
>
> svn list svn+ssh://machine/path
>
> and use the same passphrase as with SSH login, I get only this message:
> Permission denied (publickey).
>
> Does anybody known what is wrong?

Try running the command directly as svn runs it:

ssh machine svnserve -t

Without my key manager turned on, I see:

C:\Documents and Settings\athompson>ssh svn.aktzero.com svnserve -t
athompson@svn.aktzero.com's password:
( success ( 1 2 ( ANONYMOUS EXTERNAL ) ( edit-pipeline ) ) )

With my key manager turned on, I just see:

C:\Documents and Settings\athompson>ssh svn.aktzero.com svnserve -t
( success ( 1 2 ( ANONYMOUS EXTERNAL ) ( edit-pipeline ) ) )

HTH!

-- 
Andrew Thompson
http://aktzero.com/
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 26 14:48:36 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.