Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Tue May 29 18:43:05 2012 from 38.107.179.226
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Moduli en anglais

MODULI(5) BSD File Formats Manual 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, contain- ing seven space separated fields. These fields are as follows: timestamp The time that the modulus was last processed as YYYYM- MDDHHMMSS. 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; (p+1)*2 is also prime. Moduli candidates initially produced by ssh-keygen(1) are Sophie Germain primes (type 4). Futher 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 Probabalistic 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 of primaility 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 require- ment.
 
SEE ALSO


ssh-keygen(1), sshd(8), Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol, RFC 4419, 2006. BSD May 29, 2012 BSD


 Dernières recherches
Man  en anglais Man moduli en anglaisMan  en français Man moduli en français
Man  en anglais Man modules en anglaisMan  en français Man modules en français
Man  en anglais Man modify_ldt en anglaisMan  en français Man modify_ldt en français
Man  en anglais Man mktime en anglaisMan  en français Man mktime en français
Man  en anglais Man mktemp en anglaisMan  en français Man mktemp en français
Man  en anglais Man mkstemp en anglaisMan  en français Man mkstemp en français
Man  en anglais Man mkreiserfs en anglaisMan  en français Man mkreiserfs en français
Man  en anglais Man mknodat en anglaisMan  en français Man mknodat en français
Man  en anglais Man mkfifoat en anglaisMan  en français Man mkfifoat en français
Man  en anglais Man mkdtemp en anglaisMan  en français Man mkdtemp en français
Man  en anglais Man mesg en anglaisMan  en français Man mesg en français
Man  en anglais Man memset en anglaisMan  en français Man memset en français
Man  en anglais Man mempcpy en anglaisMan  en français Man mempcpy en français
Man  en anglais Man memmove en anglaisMan  en français Man memmove en français
Man  en anglais Man memmem en anglaisMan  en français Man memmem en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher