« Return to Thread: Problem connecting through svn+ssh

Re: Problem connecting through svn+ssh

by smokyboy :: Rate this Message:

| View in Thread

I figured out the problem, which was exactly in the mentioned svn config file. I had the following ssh line:

ssh = $SVN_SSH ssh my_username@my_host

Since svn atuomatically appends the user@host from the repository address when it calls ssh, there were suddenly two host addresses on the command line, the second one being used as a ssh command.
My greenhorn mistake.

Stephane Bortzmeyer wrote:
On Thu, May 29, 2008 at 12:33:14PM -0700,
 smokyboy <smokyboy0@lycos.com> wrote
 a message of 24 lines which said:

> bash: : my_username@my_server_ip: command not found

Are you sure there is not something funny in the *remote* ~/.bashrc or
~/.profile, which triggers such a message? Try with a clean remote
account.

> I have the ssh line correctly set in the config file.

Which config file? ~/.ssh/config ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

 « Return to Thread: Problem connecting through svn+ssh