SSH Keys/fr: Difference between revisions

Created page with "SSH utilise la [https://fr.wikipedia.org/wiki/Cryptographie_asym%C3%A9trique cryptographie asymétrique] aussi appelée chiffrement à clé publique et privée. Dans ce mode d..."
(Created page with "Clés SSH")
 
(Created page with "SSH utilise la [https://fr.wikipedia.org/wiki/Cryptographie_asym%C3%A9trique cryptographie asymétrique] aussi appelée chiffrement à clé publique et privée. Dans ce mode d...")
Line 1: Line 1:
<languages />
<languages />
SSH relies on [https://en.wikipedia.org/wiki/Public-key_cryptography public key cryptography] for its encryption. These cryptosystems have a private key, which must be kept secret, and a public key, which may be disseminated freely. In these systems, anyone may use the public key to encode a message; but only the owner of the private key can decode the message. This can also be used to verify identities; if someone is claiming to be Alice, the owner of some private key, Bob can send Alice a message encoded with Alice's well-known public key. If the person claiming to be Alice can then tell Bob what the message really was, then that person at the very least has access to Alice's private key.
SSH utilise la [https://fr.wikipedia.org/wiki/Cryptographie_asym%C3%A9trique cryptographie asymétrique] aussi appelée chiffrement à clé publique et privée. Dans ce mode de cryptage, une clé privée reste secrète et l'autre clé est publique  Tous peuvent utiliser la clé publique pour encoder un message; cependant, seul le propriétaire de la clé privée peut utiliser la clé privée pour le décodage. Il est possible ainsi de valider l'identité d'un utilisateur; par exemple, si Alice possède une clé privée, Robert peut utiliser la clé publique d'Alice pour lui envoyer un message codé. Seule la personne qui possède la clé privée (Alice) pourra interpréter le message.


To use keys for authentication, we:
To use keys for authentication, we:
rsnt_translations
56,430

edits