[gentoo-user] Re: Ssh problem : half-solved

2019-03-12 Thread nunojsilva
On 2019-03-11, Philip Webb wrote:

> 190311 Neil Bothwick wrote:
>> Have you run ssh with -v
>> to see what configuration options it is reading from where.
>> Bear in mind that ssh stops at the first matching host definition,
>> so if you have a "host *" in your config, it must be last.
>
> This is what I get :
>
>   522: ~> ssh -v 
[...]

What is ?

Are you using the same hostname or address that is present in the "Host"
line you added?

>   Unable to negotiate with  port 22: no matching key exchange
> method found. Their offer:
> diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
>
> Is that any help ?

-- 
Nuno Silva




[gentoo-user] Re: Ssh problem

2019-03-10 Thread Nikos Chantziaras

On 10/03/2019 09:25, Philip Webb wrote:

no matching key exchange method found. Their offer: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1


First hit on a web search:

https://unix.stackexchange.com/questions/340844/how-to-enable-diffie-hellman-group1-sha1-key-exchange-on-debian-8-0