[Bug 3063] ssh connecting to IP address -- ssh_dispatch_run_fatal: unexpected internal error
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Sep 5 19:24:19 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3063
--- Comment #16 from Warren Lavallee <warren at lavall.ee> ---
(In reply to Darren Tucker from comment #13)
> diffie-hellman-group-exchange-sha256 (which both sets of logs show)
> involve selecting a Diffie-Hellman group (ie a set of numbers) from
> the moduli file on the server. It's possible that the behaviour
> varies depending on the specific one selected.
>
> I suggest:
> - repeating each test a number of times to see if the behaviour
> changes
> - force use of the static group ("ssh -o
> kexalgorithms=diffie-hellman-group14-sha1 ...").
> - try replacing the moduli file on the server with the one from the
> current distribution (keep the old one, in case it's relevant :-)
ssh -o kexalgorithms=diffie-hellman-group14-sha1
works
Perhaps its a compatibility issue with LibreSSL 3.0.0
The production ssh release does work with LibreSSL 3.0.0 however.
I compile LibreSSL 3.0.0 separately and install into /usr/local -- that
is the reason for the with-SSL I configure.
macOS seems to come with LibreSSL 2.7.3 out of the box.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list