Translations:SSH/2/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Il existe des réalisations logicielles du protocole SSH pour la majorité des systèmes d'exploitation importants. Sous OS X (Apple) et Linux, le plus utilisé est OpenSSH, une application en ligne de commande (''command line application'') 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.
Il existe des implémentations logicielles du protocole SSH pour la majorité des systèmes d'exploitation importants.
*Sous macOS et Linux, le plus utilisé est OpenSSH, une application en ligne de commande installée par défaut.
*Avec les récentes versions de Windows, SSH est disponible via le terminal PowerShell, dans l'invite <code>cmd</code> ou par WSL (Windows Subsystem for Linux). D'autres clients SSH sont aussi offerts par des tiers comme [[Connecting with PuTTY/fr|PuTTY]], [[Connecting with MobaXTerm/fr|MobaXTerm]], [https://winscp.net/eng/download.php WinSCP] et [https://www.bitvise.com/ssh-client-download Bitvise].

Latest revision as of 21:28, 4 December 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)
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].

Il existe des implémentations logicielles du protocole SSH pour la majorité des systèmes d'exploitation importants.

  • Sous macOS et Linux, le plus utilisé est OpenSSH, une application en ligne de commande installée par défaut.
  • Avec les récentes versions de Windows, SSH est disponible via le terminal PowerShell, dans l'invite cmd ou par WSL (Windows Subsystem for Linux). D'autres clients SSH sont aussi offerts par des tiers comme PuTTY, MobaXTerm, WinSCP et Bitvise.