| $ 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