Translations:SSH Keys/35/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "== Options pour générer une clé == ssh-keygen shown above is using defaults, which are OK, but may not be ideal. Par exemple * plusieurs préfèrent un type différent d...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Options pour générer une clé ==
== Options pour générer une clé ==
ssh-keygen shown above is using defaults, which are OK, but may not be ideal. 
{{Warning|title=Attention|content=Cette opération devrait être effectuée sur votre propre ordinateur et <b>non sur un ordinateur partagé</b> comme une grappe.}}
Par exemple
* plusieurs préfèrent un type différent du type RSA par défaut;
ssh-keygen -t ed25519
* un commentaire peut aider à différencier une clé d'une autre;
ssh-keygen -C 'computecanada systems'
* vous pouvez choisir le fichier de la clé;
ssh-keygen -F computecanada-key
(cette commande produit le fichier ''computecanada-key'' qui contient la partie privée de la clé et le fichier ''computecanada-key.pub'' qui contient la clé publique);
* vous pouvez avoir des clés plus longues pour certains types de clés tels RSA;
ssh-keygen -t rsa -b 4096

Latest revision as of 18:12, 24 October 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (SSH Keys)
== Options for key generation ==
{{Warning|title=Warning|content=Note that this operation should be performed on your own computer, *not* on a shared computer, such as a cluster.}}

Options pour générer une clé

Attention

Cette opération devrait être effectuée sur votre propre ordinateur et non sur un ordinateur partagé comme une grappe.