Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ssh problem : half-solved
Date: Mon, 11 Mar 2019 13:08:27
Message-Id: 20190311130814.GE1934@ca.inter.net
In Reply to: Re: [gentoo-user] Ssh problem : half-solved by Neil Bothwick
1 190311 Neil Bothwick wrote:
2 > Have you run ssh with -v
3 > to see what configuration options it is reading from where.
4 > Bear in mind that ssh stops at the first matching host definition,
5 > so if you have a "host *" in your config, it must be last.
6
7 This is what I get :
8
9 522: ~> ssh -v <URL>
10 OpenSSH_7.9p1, OpenSSL 1.0.2r 26 Feb 2019
11 debug1: Reading configuration data /home/purslow/.ssh/config
12 debug1: Reading configuration data /etc/ssh/ssh_config
13 debug1: Connecting to <URL> <IP> port 22.
14 debug1: Connection established.
15 debug1: identity file /home/purslow/.ssh/id_rsa type -1
16 debug1: identity file /home/purslow/.ssh/id_rsa-cert type -1
17 debug1: identity file /home/purslow/.ssh/id_dsa type -1
18 debug1: identity file /home/purslow/.ssh/id_dsa-cert type -1
19 debug1: identity file /home/purslow/.ssh/id_ecdsa type -1
20 debug1: identity file /home/purslow/.ssh/id_ecdsa-cert type -1
21 debug1: identity file /home/purslow/.ssh/id_ed25519 type -1
22 debug1: identity file /home/purslow/.ssh/id_ed25519-cert type -1
23 debug1: identity file /home/purslow/.ssh/id_xmss type -1
24 debug1: identity file /home/purslow/.ssh/id_xmss-cert type -1
25 debug1: Local version string SSH-2.0-OpenSSH_7.9
26 debug1: Remote protocol version 2.0, remote software version OpenSSH_3.7.1p2
27 debug1: match: OpenSSH_3.7.1p2 pat OpenSSH_3.* compat 0x01000002
28 debug1: Authenticating to <URL>:22 as 'purslow'
29 debug1: SSH2_MSG_KEXINIT sent
30 debug1: SSH2_MSG_KEXINIT received
31 debug1: kex: algorithm: (no match)
32 Unable to negotiate with <IP> port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
33
34 Is that any help ?
35
36 --
37 ========================,,============================================
38 SUPPORT ___________//___, Philip Webb
39 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
40 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] Ssh problem : half-solved Neil Bothwick <neil@××××××××××.uk>
[gentoo-user] Re: Ssh problem : half-solved nunojsilva@×××××××.pt