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

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[File:Add-Rule-Form-FR.png|400px|thumb| Ajouter une Règle (Cliquez pour agrandir)]]
[[File:Add-Rule-Form-FR.png|400px|thumb| Ajouter une règle (Cliquez pour agrandir)]]

Revision as of 22:44, 15 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 (Cloud Quick Start)
===Connecting from a Linux or Mac machine===
If the computer you are using to connect to your VM has a Linux or Mac operating system, use the following instructions to connect to your VM. Otherwise skip down to the next section to connect with a Windows computer.</br></br>
Open a terminal and input the following command:
{{Command| ssh -i /path/where/your/private/key/is/my_key.key <user name>@<public IP of your server>}}
where <code><user name></code> is the name of the user connecting and <code><public IP of your VM></code> is the public IP you associated with your VM in the previous step. The default user name depends on the image.
{| class="wikitable"
!Image distribution name
!<code><user name></code>
|-
|Debian
|debian
|-
|Ubuntu
|ubuntu
|-
|CentOS
|centos
|-
|Fedora
|fedora
|-
|AlmaLinux
|almalinux
|-
|Rocky
|rocky
|}
These default users have full sudo privileges. Connecting directly to the root account via SSH is disabled.
Ajouter une règle (Cliquez pour agrandir)