[Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Sun Feb 25 08:08:44 AEDT 2024
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1602
--- Comment #10 from Marc Herbert <marc.herbert+mindrot at gmail.com> ---
Still failing:
ssh -V
OpenSSH_9.6p1, OpenSSL 3.2.1 30 Jan 2024
ssh ::1                # OK
ssh [::1]              # Could not resolve hostname [::1]
ssh ssh://[127.0.0.1]  # Woks!?
ssh ssh://[::1]        # prints usage message
Ridiculously inconsistent.
PS: port numbers like [::1]:22 and [127.0.0.1]:22 make no difference.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
    
    
More information about the openssh-bugs
mailing list