'ssh -V' still shows 'OpenSSH_8.1' with version 8.2

Darren Tucker dtucker at dtucker.net
Sun Feb 16 20:57:29 AEDT 2020


On Sun, 16 Feb 2020 at 19:53, Matthias <mp1009 at gmx-topmail.de> wrote:
> Hi, I just built version 8.2 and it seems like the version has not been
> bumped.
>
> # ssh -V
> OpenSSH_8.1, LibreSSL 3.0.2

Confirmed, although it only affects the OpenBSD tarball:

$ wget -q https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/openssh-8.2.tar.gz
&& tar xf openssh-8.2.tar.gz && cat ssh/version.h
/* $OpenBSD: version.h,v 1.85 2019/10/09 00:04:57 djm Exp $ */

#define SSH_VERSION "OpenSSH_8.1"

-- 
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA (new)
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list