summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2002-03-19 05:23:08 +0000
committerstevesk <stevesk@openbsd.org>2002-03-19 05:23:08 +0000
commitbcdd131e7b28e4126919b0d8ec04c7f582240d60 (patch)
treea168aed853648e7b97d97e493a46757f81f200ee
parentRemove unnecessary prototype. (diff)
downloadwireguard-openbsd-bcdd131e7b28e4126919b0d8ec04c7f582240d60.tar.xz
wireguard-openbsd-bcdd131e7b28e4126919b0d8ec04c7f582240d60.zip
Banner has no default.
-rw-r--r--usr.bin/ssh/sshd.83
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 52bc1b19458..ea8c03f844a 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,7 @@
.\" (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.8,v 1.172 2002/03/18 17:59:09 provos Exp $
+.\" $OpenBSD: sshd.8,v 1.173 2002/03/19 05:23:08 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -390,6 +390,7 @@ may be relevant for getting legal protection.
The contents of the specified file are sent to the remote user before
authentication is allowed.
This option is only available for protocol version 2.
+By default, no banner is displayed.
.Pp
.It Cm ChallengeResponseAuthentication
Specifies whether challenge response authentication is allowed.