Can you log in with `ssh usern...@repository_server`?if not, I would double check that you've set up .ssh/authorized_keys on the remote server correctly so that you can log in without a password. If you can, does your user have access to the repository location (i.e., can you do a `ls path_to_repo` once you're on the server)? It looks like a permissions problem… I can't tell if the permission is denied at the level of the server, or at the level of the path on the server.
-Ray On Wed, Aug 26, 2009 at 11:11 AM, DrewHuddleston <[email protected]>wrote: > > `svn info svn+ssh://usern...@repository_location` resulted in the > following: > svn: Syntax error parsing revision 'repository_location' > > So I did this instead: > `svn info svn+ssh://usern...@repository_location@` which resulted in > the following: > Permission denied (publickey,keyboard-interactive). > svn: Connection closed unexpectedly > > And of course, I did replace username & repository_location with the > appropriate info. > > Thanks for the help, Ray! > > Drew > > > On Aug 26, 3:28 pm, Ray <[email protected]> wrote: > > Can you connect to the repository through the Terminal? > > `svn info svn+ssh://usern...@repository_location` > > > > -Ray > > > > On Wed, Aug 26, 2009 at 8:57 AM, DrewHuddleston > > <[email protected]>wrote: > > > > > > > > > > > > > I have followed the instructions provided in Versions help > > > documentation: > > > > > [Setting the desired location beginning with svn+ssh:// then] enter > > > your username in your repository bookmark and leave the password field > > > blank. > > > > > However, when I click the "create" button I receive the following > > > error: > > > > > Connection closed unexpectedly > > > > > I have been researching possible causes and my best guess is Versions > > > is unable to locate my private key. I have been able to use > > > Cyberduck's SFTP with this private key and can access the trunk with > > > the key using a Windows SVN client so I am 90% certain the trouble > > > rests with Versions. > > > > > I would love to support this product, but if it does not meet my needs > > > I will have to find a different option. > > > > > Any help? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
