summaryrefslogtreecommitdiff
path: root/sshd_config.5
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.5
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.5')
-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 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.77 2007/06/08 07:48:09 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.78 2007/08/23 03:22:16 djm Exp $
38.Dd $Mdocdate: June 8 2007 $ 38.Dd $Mdocdate: June 11 2007 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -159,10 +159,11 @@ directory.
159The default is 159The default is
160.Dq .ssh/authorized_keys . 160.Dq .ssh/authorized_keys .
161.It Cm Banner 161.It Cm Banner
162In some jurisdictions, sending a warning message before authentication
163may be relevant for getting legal protection.
164The contents of the specified file are sent to the remote user before 162The contents of the specified file are sent to the remote user before
165authentication is allowed. 163authentication is allowed.
164If the argument is
165.Dq none
166then no banner is displayed.
166This option is only available for protocol version 2. 167This option is only available for protocol version 2.
167By default, no banner is displayed. 168By default, no banner is displayed.
168.It Cm ChallengeResponseAuthentication 169.It Cm ChallengeResponseAuthentication