summaryrefslogtreecommitdiffstats
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-09-17 03:57:38 +0200
committerDamien Miller <djm@mindrot.org>2007-09-17 03:57:38 +0200
commit4890e539774ab8b57aa0ee733a5b07bdf9561af6 (patch)
treed2f3621c59e1bf6ae1513a74eb54cbdff0444fb3 /sshd_config.5
parent - djm@cvs.openbsd.org 2007/08/23 03:06:10 (diff)
downloadopenssh-4890e539774ab8b57aa0ee733a5b07bdf9561af6.tar.xz
openssh-4890e539774ab8b57aa0ee733a5b07bdf9561af6.zip
- 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 '')
-rw-r--r--sshd_config.59
1 files changed, 5 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 2a283ea2d..3d4afb459 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.77 2007/06/08 07:48:09 jmc Exp $
-.Dd $Mdocdate: June 8 2007 $
+.\" $OpenBSD: sshd_config.5,v 1.78 2007/08/23 03:22:16 djm Exp $
+.Dd $Mdocdate: June 11 2007 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -159,10 +159,11 @@ directory.
The default is
.Dq .ssh/authorized_keys .
.It Cm Banner
-In some jurisdictions, sending a warning message before authentication
-may be relevant for getting legal protection.
The contents of the specified file are sent to the remote user before
authentication is allowed.
+If the argument is
+.Dq none
+then no banner is displayed.
This option is only available for protocol version 2.
By default, no banner is displayed.
.It Cm ChallengeResponseAuthentication