Page MenuHomeFreeBSD

ssh: retire client-side VersionAddendum
ClosedPublic

Authored by emaste on Nov 10 2021, 5:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 8:49 AM
Unknown Object (File)
Thu, Sep 26, 6:02 PM
Unknown Object (File)
Wed, Sep 25, 10:02 AM
Unknown Object (File)
Wed, Sep 25, 3:42 AM
Unknown Object (File)
Tue, Sep 24, 11:26 AM
Unknown Object (File)
Tue, Sep 24, 5:25 AM
Unknown Object (File)
Sun, Sep 22, 12:43 PM
Unknown Object (File)
Sat, Sep 21, 8:08 PM
Subscribers

Details

Summary

FreeBSD introduced VersionAddendum for the server as a local change in 2001 in R10:933ca70f8f888b7fc1b06213198ba15ca346aeca and extended it to the client in R10:9e2cbe04ff4fa7b48a5deb3469b95314b12040cb.

Upstream adopted VersionAddendum for the server only, in

commit 23528816dc10165b3bc009f2ab5fdf1653db418c
Author: Damien Miller <djm@mindrot.org>
Date:   Sun Apr 22 11:24:43 2012 +1000

       - djm@cvs.openbsd.org 2012/04/12 02:42:32
         [servconf.c servconf.h sshd.c sshd_config sshd_config.5]
         VersionAddendum option to allow server operators to append some arbitrary
         text to the SSH-... banner; ok deraadt@ "don't care" markus@

IMO the argument for supporting this in the client is not nearly as strong as in the server, and this reduces local diffs that we have to carry.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Apr 16 2022, 3:35 AM

Removing it from ssh_config has the additional benefit, that local changes in /etc (at the end of the file) doesn't create merge conflicts on updates due to the change of VersionAddendum.

This revision was automatically updated to reflect the committed changes.