You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 1.3.2 version that comes with Ubuntu 22.04 started crashing on AAAA-records today, maybe the libc and friends update that came today?
I cloned this repo, and version 1.4.0 doesn't crash if there's an AAAA-record in DNS. It does crash however exactly in the same way as 1.3.2 when using the -6 flag.
$ ./mosh -6 $host
Use of uninitialized value $addr_string in concatenation (.) or string at ./mosh line 283.
Use of uninitialized value $err in concatenation (.) or string at ./mosh line 283.
./mosh: Could not connect to (redacted), last tried :
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
./mosh: Did not find remote IP address (is SSH ProxyCommand disabled?).
The text was updated successfully, but these errors were encountered:
The 1.3.2 version that comes with Ubuntu 22.04 started crashing on AAAA-records today, maybe the libc and friends update that came today?
I cloned this repo, and version 1.4.0 doesn't crash if there's an AAAA-record in DNS. It does crash however exactly in the same way as 1.3.2 when using the -6 flag.
The text was updated successfully, but these errors were encountered: