I still can`t get it to work. When i try using localhost without a port, I am getting the following error:
ssh: connect to host localhost port 22: Connection refused This is correct, because the port has changed. When i add localhost:3333, the following error occurs: ssh: Could not resolve hostname localhost:3333: Name or service not known I have to add the notice that i deactivated password connection via ssh and i am using RSA keyfile authentication. May this be the problem? Can I tell Continuum/SSH somehow to use that key file? 2010/7/29 Emmanuel Venisse <[email protected]> > Hi, > > Continuum use maven-scm to connect to subversion. Available SCM url formats > are available there: http://maven.apache.org/scm/subversion.html > > <http://maven.apache.org/scm/subversion.html>As you'll can see, it is > possible to define a port. > > Emmanuel > > On Thu, Jul 22, 2010 at 10:05 AM, Frederik Mortensen < > [email protected]> wrote: > > > Hi folks. > > > > Continuum seems to use the default SSH port 22 for connecting to > > subversion. > > But i changed that port on my server. I am using svn+ssh when checking in > > and > > would like to configure Continuum to use my private key file and using my > > custom port instead of port 22. Is that possible? How? > > > > Thanks in advance > > >
