summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-09-17 11:57:38 +1000
committerDamien Miller <djm@mindrot.org>2007-09-17 11:57:38 +1000
commit4890e539774ab8b57aa0ee733a5b07bdf9561af6 (patch)
treed2f3621c59e1bf6ae1513a74eb54cbdff0444fb3 /sshd_config
parent6f40204c442c92b180edc871e8946bade9f6b56f (diff)
- djm@cvs.openbsd.org 2007/08/23 03:22:16
[auth2-none.c sshd_config sshd_config.5] Support "Banner=none" to disable displaying of the pre-login banner; ok dtucker@ deraadt@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index 3393cec50..c7094e775 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.75 2007/03/19 01:01:29 djm Exp $ 1# $OpenBSD: sshd_config,v 1.76 2007/08/23 03:22:16 djm Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -104,7 +104,7 @@ Protocol 2
104#PermitTunnel no 104#PermitTunnel no
105 105
106# no default banner path 106# no default banner path
107#Banner /some/path 107#Banner none
108 108
109# override default of no subsystems 109# override default of no subsystems
110Subsystem sftp /usr/libexec/sftp-server 110Subsystem sftp /usr/libexec/sftp-server