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

[1924] Does every command line SSH client support a -p (port) option?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-09-28 01:28:23 CEST

Issue 1924 is concerned with making port specifications in svn+ssh:// URLs
work.

At the moment, we pass the raw host:port string to the tunnel agent.
Apparently this works for some ssh clients, but definitely not all.

There are two possible routes we could take:

(1) Hardcode a "-p PORTNUM" option into the tunnel agent invocation when the
URL contains a port.

(2) Completely revamp the tunnel agent code to allow customizable
interpolation of host and port into the command string.

Clearly (2) is more flexible, but is unlikely to get much use, as the
overwhelmingly dominant tunnel agent will be ssh, so it's not clear that the
extra complexity is worthwhile.

Your thoughts?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 28 01:29:14 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.