moduli(5)


NAME

     moduli --- Diffie-Hellman moduli

DESCRIPTION

     The /etc/ssh/moduli file contains prime numbers and generators for use by
     sshd(8) in the Diffie-Hellman Group Exchange key exchange method.

     New moduli may be generated with ssh-keygen(1) using a two-step process.
     An initial candidate generation pass, using ssh-keygen -G, calculates
     numbers that are likely to be useful.  A second primality testing pass,
     using ssh-keygen -T, provides a high degree of assurance that the numbers
     are prime and are safe for use in Diffie-Hellman operations by sshd(8).
     This moduli format is used as the output from each pass.

     The file consists of newline-separated records, one per modulus,
     containing seven space-separated fields.  These fields are as follows:

       timestamp    The time that the modulus was last processed as
                    YYYYMMDDHHMMSS.

       type         Decimal number specifying the internal structure of
                    the prime modulus.  Supported types are:

                    0     Unknown, not tested.
                    2     "Safe" prime; (p-1)/2 is also prime.
                    4     Sophie Germain; 2p+1 is also prime.

                    Moduli candidates initially produced by ssh-keygen(1)
                    are Sophie Germain primes (type 4).  Further primality
                    testing with ssh-keygen(1) produces safe prime moduli
                    (type 2) that are ready for use in sshd(8).  Other
                    types are not used by OpenSSH.

       tests        Decimal number indicating the type of primality tests
                    that the number has been subjected to represented as a
                    bitmask of the following values:

                    0x00  Not tested.
                    0x01  Composite number -- not prime.
                    0x02  Sieve of Eratosthenes.
                    0x04  Probabilistic Miller-Rabin primality tests.

                    The ssh-keygen(1) moduli candidate generation uses the
                    Sieve of Eratosthenes (flag 0x02).  Subsequent
                    ssh-keygen(1) primality tests are Miller-Rabin tests
                    (flag 0x04).

       trials       Decimal number indicating the number of primality
                    trials that have been performed on the modulus.

       size         Decimal number indicating the size of the prime in
                    bits.

       generator    The recommended generator for use with this modulus
                    (hexadecimal).

       modulus      The modulus itself in hexadecimal.

     When performing Diffie-Hellman Group Exchange, sshd(8) first estimates
     the size of the modulus required to produce enough Diffie-Hellman output
     to sufficiently key the selected symmetric cipher.  sshd(8) then randomly
     selects a modulus from /etc/ssh/moduli that best meets the size
     requirement.

SEE ALSO

     ssh-keygen(1), sshd(8)

STANDARDS

     M. Friedl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for
     the Secure Shell (SSH) Transport Layer Protocol, RFC 4419, March 2006
     2006.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.