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

Re: can't co a repos over svn+ssh

From: Alex Holst <a_at_mongers.org>
Date: 2006-05-04 14:05:07 CEST

Quoting ListMan (listman@burble.net):
> steve@pacifica develop/nlm 7> ssh columbia
> Enter passphrase for key '/users/steve/.ssh/id_rsa':
> Last login: Tue May 2 12:53:14 2006 from adsl-71-132-201
> Sun Microsystems Inc. SunOS 5.10 Generic January 2005
> steve@columbia users/steve 1>
>
> steve_at_pacifica develop/nml 8> svn co svn+ssh://steve@columbia/repos/
> svn/nml/code
> Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-
> interactive).
> svn: Connection closed unexpectedly

Strictly speaking, in one case you are connecting to columbia and in the
second case *as steve* to columbia. Depending on the contents of
~/.ssh/config, those two operations may not be exactly the same.

Something is causing the ssh client on pacifica to not prompt you for
your credentials, and I can't really imagine what it might be. Take a
look in /etc/ssh/ssh_config and ~/.ssh/config - post them here if you
see anything you don't understand.

> Enter passphrase for key '/Users/steve/.ssh/id_rsa':
> Enter passphrase for key '/Users/steve/.ssh/id_rsa':
> Enter passphrase for key '/Users/steve/.ssh/id_rsa':

On another note: Do you really keep a copy of your private key on each
of those systems? I strongly recommend you only keep a copy on your
workstation and use authentication forwarding to reach other systems.

-- 
I prefer the dark of the night, after midnight and before four-thirty,
when it's more bare, more hollow.                http://a.mongers.org 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 4 14:06:23 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.