summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-10-12 18:11:56 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-10-12 18:11:56 +0000
commitc6acf01d5070cf18e4aa1d15c1476b2f50143fb7 (patch)
treecd24e0093b6c8c01c11cd2b086cb4df56374d442 /usr.bin/ssh/sshd.8
parent51e7429fa8a4ccf2297e598d0f1b8cae4c53436c (diff)
SilentDeny, don't log/answer refused connections, deraadt@
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r--usr.bin/ssh/sshd.89
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 58ca9977339..5b9c0469816 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.12 1999/10/11 22:24:33 markus Exp $
+.\" $Id: sshd.8,v 1.13 1999/10/12 18:11:54 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
@@ -391,6 +391,13 @@ Specifies whether pure RSA authentication is allowed. The default is
.It Cm ServerKeyBits
Defines the number of bits in the server key. The minimum value is
512, and the default is 768.
+.It Cm SilentDeny
+Specifies whether
+.Nm
+should log and complain to denied hosts or close the
+connection silently.
+The default is
+.Dq no .
.It Cm SkeyAuthentication
Specifies whether
.Xr skey 1