diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-02-05 03:07:06 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-02-08 21:58:29 +1100 |
commit | deae7d52d59c5019c528f977360d87fdda15d20b (patch) | |
tree | 11e7053696736c25696c122eca811fd775b6a833 | |
parent | cac3b6665f884d46192c0dc98a64112e8b11a766 (diff) |
upstream commit
mention internal DH-GEX fallback groups; bz#2302
Upstream-ID: e7b395fcca3122cd825515f45a2e41c9a157e09e
-rw-r--r-- | sshd.8 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.282 2015/11/16 00:30:02 djm Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.283 2016/02/05 03:07:06 djm Exp $ |
37 | .Dd $Mdocdate: November 16 2015 $ | 37 | .Dd $Mdocdate: February 5 2016 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -888,9 +888,12 @@ This file is for host-based authentication (see | |||
888 | It should only be writable by root. | 888 | It should only be writable by root. |
889 | .Pp | 889 | .Pp |
890 | .It Pa /etc/moduli | 890 | .It Pa /etc/moduli |
891 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 891 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange" |
892 | key exchange method. | ||
892 | The file format is described in | 893 | The file format is described in |
893 | .Xr moduli 5 . | 894 | .Xr moduli 5 . |
895 | If no usable groups are found in this file then fixed internal groups will | ||
896 | be used. | ||
894 | .Pp | 897 | .Pp |
895 | .It Pa /etc/motd | 898 | .It Pa /etc/motd |
896 | See | 899 | See |