[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 15:11:53 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3063
--- Comment #13 from Darren Tucker <dtucker at dtucker.net> ---
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 :-)
--
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