Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 18:16:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193127] New: [PATCH] security/openssh-portable should allow a plain protocol version string
Message-ID:  <bug-193127-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193127

            Bug ID: 193127
           Summary: [PATCH] security/openssh-portable should allow a plain
                    protocol version string
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mcdouga9@egr.msu.edu

Created attachment 146494
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146494&action=edit
Patch to allow bare SSH protocol version string

Some users do not wish to disclose additional patches or OS information in
their SSH server protocol version string:

SSH-2.0-OpenSSH_6.6.1
vs
SSH-2.0-OpenSSH_6.6.1p1-hpn14v2 FreeBSD-openssh-portable-6.6.p1_3,1

The last string can be controlled by VersionAddendum in sshd_config, but
_hpn13v11 cannot, it is hard compiled.

Attached patch retains status quo but adds an option SSH_VERSIONMOD that can be
disabled to allow the user to disable compiled modifications to SSH_VERSION.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193127-13>