summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0024-sshd_config-DebianBanner.patch
blob: 8e84851b41b72a4f69daf10850a08594c30939f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting DebianBanner in sshd_config to no.

diff -Naurp openssh.orig/sshd_config openssh/sshd_config
--- openssh.orig/sshd_config
+++ openssh/sshd_config
@@ -113,6 +113,7 @@ PrintMotd no
 
 # no default banner path
 #Banner none
+DebianBanner no
 
 # Allow client to pass locale environment variables
 AcceptEnv LANG LC_*