diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-19 03:51:53 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-19 03:51:53 +0200 |
commit | 86247e2798f9e8f555f93f0c2c1872a4c13c43f6 (patch) | |
tree | 74720190c664c672267ef865ab0471056153d75d | |
parent | - stevesk@cvs.openbsd.org 2002/09/16 20:12:11 (diff) | |
download | openssh-86247e2798f9e8f555f93f0c2c1872a4c13c43f6.tar.xz openssh-86247e2798f9e8f555f93f0c2c1872a4c13c43f6.zip |
- stevesk@cvs.openbsd.org 2002/09/16 22:03:13
[sshd.8]
reference moduli(5) in FILES /etc/moduli.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -16,6 +16,9 @@ - stevesk@cvs.openbsd.org 2002/09/16 20:12:11 [sshd_config.5] more details on X11Forwarding security issues and threats; ok markus@ + - stevesk@cvs.openbsd.org 2002/09/16 22:03:13 + [sshd.8] + reference moduli(5) in FILES /etc/moduli. 20020912 - (djm) Made GNOME askpass programs return non-zero if cancel button is @@ -666,4 +669,4 @@ save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@ -$Id: ChangeLog,v 1.2468 2002/09/19 01:51:21 djm Exp $ +$Id: ChangeLog,v 1.2469 2002/09/19 01:51:53 djm Exp $ @@ -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.191 2002/09/04 18:52:42 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.192 2002/09/16 22:03:13 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -586,6 +586,8 @@ These files are created using .Xr ssh-keygen 1 . .It Pa /etc/moduli Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". +The file format is described in +.Xr moduli 5 . .It Pa /var/empty .Xr chroot 2 directory used by |