sshfs key exchange fails

2016-06-17 Thread Dennis Matthiesen
Hi, I'm not sure if this a configuration issue or could this be a general problem with the 'Diffie-Hellman Group Exchange Request' not being processed properly by OpenBSD. Problem: OpenBSD SSH server isn't responding to the 'Diffie-Hellman Group Exchange Request' with 'Diffie-Hellman Group Exchan

Re: sshfs key exchange fails

2016-06-17 Thread Dennis Matthiesen
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 Dennis Sent: Friday, June 17, 2016 at 7:09 PM From: "Todd C. Miller" To: "Dennis Matthiesen&qu

Re: sshfs key exchange fails

2016-06-18 Thread Dennis Matthiesen
rver is sending a FIN ACK instead. I added the following line to sshd_config to allow weak key exchange algorithms: KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1 Dennis Sent: Saturday, June 18, 2016 at 3:19 AM From: "Darren Tucker" To: "Dennis Matthiese