Description:Add debian specific parameter
 Patch support for a parameter added by Debian package (DebianBanner).
Forwarded:NA
Author:dod
--- a/lib/Config/Model/models/Sshd.pl
+++ b/lib/Config/Model/models/Sshd.pl
@@ -302,6 +302,17 @@
         'upstream_default' => 'delayed',
         'value_type' => 'enum'
       },
+      'DebianBanner',
+      {
+        'description' => 'Specifies whether the distribution-specified extra version suffix is included during initial protocol handshake.',
+        'type' => 'leaf',
+        'upstream_default' => '1',
+        'value_type' => 'boolean',
+        'write_as' => [
+          'no',
+          'yes'
+        ]
+      },
       'DenyGroups',
       {
         'cargo' => {
