On Wed, Aug 06, 2014 at 06:33:14PM +0200, Timo Weingärtner wrote: > Package: git > Version: 1:2.0.1-1 > […] > > ssh: connect to host 2001 port 22: Invalid argument
I don't think this is an issue anymore. From a bookworm server (git 1:2.39.5-0+deb12u2): | $ git remote -v | brack git+ssh://user@[2001:db8::1]/test.git (fetch) | brack git+ssh://user@[2001:db8::1]/test.git (push) | plain git+ssh://user@2001:db8::1/test.git (fetch) | plain git+ssh://user@2001:db8::1/test.git (push) | port git+ssh://user@[2001:db8::1]:22/test.gi (fetch) | port git+ssh://user@[2001:db8::1]:22/test.gi (push) Fetching any of these yields “ssh: connect to host 2001:db8::1 port 22: No route to host” as it should. On a trixie with git 1:2.47.2-0.2 the situation is the same. (Found this in UDD as an outstanding issue for IPv6 in trixie, I hope it is not rude to post 10 years later…) Regards, LEdoian

