From owner-freebsd-questions Wed Dec 12 11:43:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 4004F37B405 for ; Wed, 12 Dec 2001 11:43:10 -0800 (PST) Received: (qmail 17630 invoked by uid 1002); 12 Dec 2001 19:43:09 -0000 From: "Alson van der Meulen" Date: Wed, 12 Dec 2001 20:43:09 +0100 To: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH en SSH weirdness Message-ID: <20011212204309.P10171@md2.mediadesign.nl> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200112120815.JAA23054@mail.hmth.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112120815.JAA23054@mail.hmth.nl> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Dec 12, 2001 at 09:15:15AM +0100, Jeroen Heijungs wrote: > Hi all, [snip] > I commented this one out and it worked. Not satisfied I took a look, and > all of a sudden my SSH was DOWNGRADED: > > SSH-1.5-OpenSSH_3.0.2 Your ssh was not downgraded, the first part only means the protocol version, the second part (from OpenSSH) is the ssh version number. Do you have something like 'Protocol 1' or 'Protocol 1,2' in your sshd_config? Also note that the ports version uses /usr/local/etc/sshd_config by default IIRC. You should delete the Protocol line from sshd_config, so it will default to 2,1: try first SSH2 protocol, if that fails fall back to SSH1. This will give you the desired version string. > > stupidly enough I did not take notes what it was before, but I think it was > something like SSH-1.99-OpenSSH_2.5 (or 2.3) > it definitely was SSH-1.99. > > Can anyone help me by telling me what has happened and why? > And how can I get back the 1.99 version, and also the 3.02 from OpenSSH? > I am ather confused by this, overall I am a bit confused by SSH and OpenSSH, > what are the differences, do you need them both? the commercial ssh from ssh.com is just a different implementation, it's free for free OS's. OpenSSH works just fine for me so I see no reason to use the commercial version. HTH, Alson -- ,-------------------------------------------. > Name: Alson van der Meulen < > Personal: alson@flutnet.org < > School: alson@gymnasiumleiden.nl < `-------------------------------------------' Wonder what this command does? --------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message