summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sshd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 9bf3d5bb..e658523a 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,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.8,v 1.282 2015/11/16 00:30:02 djm Exp $
-.Dd $Mdocdate: November 16 2015 $
+.\" $OpenBSD: sshd.8,v 1.283 2016/02/05 03:07:06 djm Exp $
+.Dd $Mdocdate: February 5 2016 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -888,9 +888,12 @@ This file is for host-based authentication (see
It should only be writable by root.
.Pp
.It Pa /etc/moduli
-Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
+Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange"
+key exchange method.
The file format is described in
.Xr moduli 5 .
+If no usable groups are found in this file then fixed internal groups will
+be used.
.Pp
.It Pa /etc/motd
See