On Sat, Jun 18, 2016 at 6:08 AM, Dennis Matthiesen
<dennis.matthie...@gmx.com> wrote:
> Thanks Todd, Did a fresh install. Added the following line to sshd_config
> but then sshd won't come up: KexAlgorithms +diffie-hellman-group1-sha1,
> +diffie-hellman-group-exchange-sha1

The first "+" means "append this to the list of accepted algorithms".
The second "+" doesn't mean anything so sshd is trying to parse that
as an algorithm name and failing (this should be obvious from the log
message).  Try:

KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1


-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

Reply via email to