diff options
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0024-sshd_config-DebianBanner.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0024-sshd_config-DebianBanner.patch b/debian/patches/progress-linux/0024-sshd_config-DebianBanner.patch new file mode 100644 index 0000000..8e84851 --- /dev/null +++ b/debian/patches/progress-linux/0024-sshd_config-DebianBanner.patch @@ -0,0 +1,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_* |