Translations:Cloud Quick Start/22/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
===Se connecter sous Linux===  
=== Connexion à partir de Windows===
{{Commande|ssh -i /chemin/de/votre/clé/ma_clé.key nomdutilisateur@<IP publique de votre serveur>}}
Voir [[Connecting with PuTTY/fr|Connexion avec PuTTY]] ou [[Connecting with MobaXTerm/fr|Connexion avec MobaXTerm]].
La plupart des distributions Linux utilisent le nom de la distribution comme nom d’utilisateur.
Pour vous connecter aux images CentOS fournies, utilisez :
{{Commande|ssh -i /chemin/de/votre/clé/ma_clé.key centos@<IP publique de votre serveur>}}
où <code><IP publique de votre serveur></code> est l'adresse publique que vous avez attribuée précédemment. Les instances Ubuntu ont le nom d’utilisateur ''ubuntu'' et les instances Debian ont le nom d'utilisateur ''debian''. Par défaut, le nom d’utilisateur d'un compte infonuagique a tous les privilèges sudo. Le compte root est normalement désactivé.

Revision as of 19:16, 14 December 2018

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 (Cloud Quick Start)
===Connecting from a Windows machine===
[[File:MobaXterm basic.png|400px|thumb| Creating an SSH session (Click for larger image)]]
If you want to use a Windows computer to connect to your VM, you will need to have an interface application to handle the SSH connection. We recommend <b>MobaXTerm</b>, and will show the instructions for connecting with MobaXTerm below. If you want to connect using PuTTY instead, see [[Connecting with PuTTY]].

Connexion à partir de Windows

Voir Connexion avec PuTTY ou Connexion avec MobaXTerm.