Translations:SSH/2/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Le protocole SSH varie selon le système d'opération. Sous OS X (Apple) et Linux, le plus utilisé est OpenSSH, une application en ligne de commande (command line application...")
 
No edit summary
Line 1: Line 1:
Le protocole SSH varie selon le système d'opération. Sous OS X (Apple) et Linux, le plus utilisé est OpenSSH, une application en ligne de commande (command line application) habituellement installée par défaut sur ces plateformes. Sous Windows, un client SSH doit être installé : les plus utilisés sont [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] et [http://mobaxterm.mobatek.net/download-home-edition.html MobaXTerm]. Pour utiliser SSH correctement vous devez connaitre 1) le nom de la machine à laquelle vous voulez vous connecter, 2) votre identifiant d'utilisateur (userid)et 3) votre mot de passe.
Le protocole SSH varie selon le système d'opération. Sous OS X (Apple) et Linux, le plus utilisé est OpenSSH, une application en ligne de commande (command line application) habituellement installée par défaut sur ces plateformes. Sous Windows, un client SSH doit être installé : les plus utilisés sont [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] et [http://mobaxterm.mobatek.net/download-home-edition.html MobaXTerm]. Pour utiliser SSH correctement vous devez connaitre 1. le nom de la machine à laquelle vous voulez vous connecter, 2. votre identifiant d'utilisateur (userid) et 3. votre mot de passe.

Revision as of 21:41, 19 July 2016

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)
Various implementations of the SSH standard exist for most major operating systems.
*On macOS and Linux, the most widely used client is OpenSSH, a command line application installed by default.
*For recent versions of Windows, SSH is available in the PowerShell terminal, in the <code>cmd</code> prompt, or through Windows Subsystem for Linux (WSL). There are also 3rd-party SSH clients that are popular, such as [[Connecting with PuTTY|PuTTY]], [[Connecting with MobaXTerm|MobaXTerm]], [https://winscp.net/eng/download.php WinSCP], and [https://www.bitvise.com/ssh-client-download Bitvise].

Le protocole SSH varie selon le système d'opération. Sous OS X (Apple) et Linux, le plus utilisé est OpenSSH, une application en ligne de commande (command line application) habituellement installée par défaut sur ces plateformes. Sous Windows, un client SSH doit être installé : les plus utilisés sont PuTTY et MobaXTerm. Pour utiliser SSH correctement vous devez connaitre 1. le nom de la machine à laquelle vous voulez vous connecter, 2. votre identifiant d'utilisateur (userid) et 3. votre mot de passe.