Skip to content

Commit d552485

Browse files
author
Kazarus4
committed
Translations done
1 parent 3b28f74 commit d552485

File tree

15 files changed

+221
-81
lines changed

15 files changed

+221
-81
lines changed

pages/web_cloud/web_hosting/git_integration_webhosting/guide.de-de.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Konfiguration und Nutzung von Git mit OVHcloud Webhosting"
33
excerpt: "Erfahren Sie hier, wie Sie Git mit Ihrem Webhosting In Ihrem OVHcloud Kundencenter konfigurieren und verwenden"
4-
updated: 2025-01-31
4+
updated: 2025-07-03
55
---
66

77
## Ziel
@@ -92,20 +92,30 @@ Legen Sie nun den Zweig Ihres GitHub-Repositorys fest. Die Standardverzweigung i
9292

9393
Kehren Sie zum Git-Zuordnungsformular in Ihrem OVHcloud Kundencenter zurück und geben Sie den Namen des gerade erstellten neuen Zweigs ein.
9494

95+
Wenn Sie die Adresse eines privaten GitHub-Repositorys (Typ `[email protected]:<username>/<repository_name>.git`) eingeben, wird unterhalb des Felds `Branch` ein `SSH key` (SSH-Schlüssel) angezeigt.
96+
97+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key.png){.thumbnail}
98+
99+
Um Ihren SSH-Schlüssel zu konfigurieren, lesen Sie den Schritt „Einen SSH-Schlüssel mit GitHub verbinden (nur für private GitHub-Repositorys)“ weiter unten.
100+
95101
### Einen SSH-Schlüssel mit GitHub verbinden (nur für private GitHub-Repositorys) <a name="linkSSHKey"></a>
96102

97103
> [!primary]
98104
>
99-
> Die Erstellung eines SSH-Schlüssels ist ein wichtiger Schritt, da er eine sichere verschlüsselte Verbindung zwischen dem Verzeichnis Ihrer Website und dem GitHub-Repository herstellt. Dieser Schlüssel stellt sicher, dass Datenübertragungen und Codeänderungen sicher und authentifiziert erfolgen, um unbefugten Zugriff zu verhindern und die Codeintegrität zu gewährleisten.
105+
> **Warum wird der SSH-Schlüssel nur für ein privates Repository benötigt?**
100106
>
107+
> Wenn Ihr GitHub-Repository öffentlich ist, können die Dateien ohne Authentifizierung abgerufen werden, was bedeutet, dass Git den Code klonen und aktualisieren kann, ohne einen SSH-Schlüssel zu benötigen. Wenn Ihr Repository jedoch privat ist, verlangt GitHub eine Authentifizierung, um darauf zuzugreifen. Der SSH-Schlüssel stellt dann diese sichere Verbindung her und gewährleistet, dass nur autorisierte Benutzer mit dem Repository interagieren können.
101108
102109
> [!primary]
103110
>
104-
> **Warum wird der SSH-Schlüssel nur für ein privates Repository benötigt?**
111+
> Die Erstellung eines SSH-Schlüssels ist ein wichtiger Schritt, da er eine sichere verschlüsselte Verbindung zwischen dem Verzeichnis Ihrer Website und dem GitHub-Repository herstellt. Dieser Schlüssel stellt sicher, dass Datenübertragungen und Codeänderungen sicher und authentifiziert erfolgen, um unbefugten Zugriff zu verhindern und die Codeintegrität zu gewährleisten.
105112
>
106-
> Wenn Ihr GitHub-Repository öffentlich ist, können die Dateien ohne Authentifizierung abgerufen werden, was bedeutet, dass Git den Code klonen und aktualisieren kann, ohne einen SSH-Schlüssel zu benötigen. Wenn Ihr Repository jedoch privat ist, verlangt GitHub eine Authentifizierung, um darauf zuzugreifen. Der SSH-Schlüssel stellt dann diese sichere Verbindung her und gewährleistet, dass nur autorisierte Benutzer mit dem Repository interagieren können.
107113
108-
Kopieren Sie den SSH-Schlüssel und speichern Sie ihn in Ihrem GitHub-Konto. So können Sie eine sichere Verbindung herstellen, ohne dass für jede Git-Operation ein Kennwort eingegeben werden muss.
114+
Kopieren Sie Ihren SSH-Schlüssel, indem Sie rechts auf den Button klicken.
115+
116+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key-copy.png){.thumbnail}
117+
118+
Speichern Sie den SSH-Schlüssel in Ihrem GitHub-Account:
109119

110120
- Melden Sie sich bei Ihrem GitHub-Konto an.
111121
- Klicken Sie oben rechts auf Ihr Profilbild und dann auf `Settings`{.action}.

pages/web_cloud/web_hosting/git_integration_webhosting/guide.en-asia.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring and using Git with an OVHcloud web hosting plan"
33
excerpt: "Find out how to configure and use Git with your web hosting plan in the OVHcloud Control Panel"
4-
updated: 2025-01-31
4+
updated: 2025-07-03
55
---
66

77
## Objective
@@ -90,19 +90,29 @@ Now define the branch of your GitHub repository. The default branch is `main`, b
9090

9191
Go back to the Git association form in the OVHcloud Control Panel, and enter the name of the new branch you have just created.
9292

93-
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
93+
If you enter the address of a private GitHub repository (of type `[email protected]:<username>/<repository_name>.git`), an `SSH key` field will appear under the `Branch` field.
9494

95-
> [!primary]
96-
>
97-
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
95+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key.png){.thumbnail}
96+
97+
To configure your SSH key, please refer to the 'Associate an SSH key with GitHub (for private GitHub repositories only)' step below.
98+
99+
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
98100

99101
> [!primary]
100102
>
101103
> **Why is the SSH key required only for a private deposit?**
102104
>
103105
> When your GitHub repository is public, files can be retrieved without authentication, which means Git can clone and update code without the need for an SSH key. However, if your repository is private, GitHub requires authentication to access it. The SSH key can then be used to establish this secure connection and guarantee that only authorized users can interact with the repository.
104106
105-
Copy and save the SSH key to your GitHub account. This way, you can establish a secure connection without having to enter a password each time you perform a Git operation.
107+
> [!primary]
108+
>
109+
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
110+
111+
Copy your SSH key by clicking on the button on the right.
112+
113+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key-copy.png){.thumbnail}
114+
115+
Save the SSH key to your GitHub account:
106116

107117
- Log in to your GitHub account.
108118
- Click on your profile picture in the top right-hand corner, then on `Settings`{.action}.

pages/web_cloud/web_hosting/git_integration_webhosting/guide.en-au.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring and using Git with an OVHcloud web hosting plan"
33
excerpt: "Find out how to configure and use Git with your web hosting plan in the OVHcloud Control Panel"
4-
updated: 2025-01-31
4+
updated: 2025-07-03
55
---
66

77
## Objective
@@ -90,19 +90,29 @@ Now define the branch of your GitHub repository. The default branch is `main`, b
9090

9191
Go back to the Git association form in the OVHcloud Control Panel, and enter the name of the new branch you have just created.
9292

93-
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
93+
If you enter the address of a private GitHub repository (of type `[email protected]:<username>/<repository_name>.git`), an `SSH key` field will appear under the `Branch` field.
9494

95-
> [!primary]
96-
>
97-
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
95+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key.png){.thumbnail}
96+
97+
To configure your SSH key, please refer to the 'Associate an SSH key with GitHub (for private GitHub repositories only)' step below.
98+
99+
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
98100

99101
> [!primary]
100102
>
101103
> **Why is the SSH key required only for a private deposit?**
102104
>
103105
> When your GitHub repository is public, files can be retrieved without authentication, which means Git can clone and update code without the need for an SSH key. However, if your repository is private, GitHub requires authentication to access it. The SSH key can then be used to establish this secure connection and guarantee that only authorized users can interact with the repository.
104106
105-
Copy and save the SSH key to your GitHub account. This way, you can establish a secure connection without having to enter a password each time you perform a Git operation.
107+
> [!primary]
108+
>
109+
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
110+
111+
Copy your SSH key by clicking on the button on the right.
112+
113+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key-copy.png){.thumbnail}
114+
115+
Save the SSH key to your GitHub account:
106116

107117
- Log in to your GitHub account.
108118
- Click on your profile picture in the top right-hand corner, then on `Settings`{.action}.

pages/web_cloud/web_hosting/git_integration_webhosting/guide.en-ca.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring and using Git with an OVHcloud web hosting plan"
33
excerpt: "Find out how to configure and use Git with your web hosting plan in the OVHcloud Control Panel"
4-
updated: 2025-01-31
4+
updated: 2025-07-03
55
---
66

77
## Objective
@@ -90,19 +90,29 @@ Now define the branch of your GitHub repository. The default branch is `main`, b
9090

9191
Go back to the Git association form in the OVHcloud Control Panel, and enter the name of the new branch you have just created.
9292

93-
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
93+
If you enter the address of a private GitHub repository (of type `[email protected]:<username>/<repository_name>.git`), an `SSH key` field will appear under the `Branch` field.
9494

95-
> [!primary]
96-
>
97-
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
95+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key.png){.thumbnail}
96+
97+
To configure your SSH key, please refer to the 'Associate an SSH key with GitHub (for private GitHub repositories only)' step below.
98+
99+
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
98100

99101
> [!primary]
100102
>
101103
> **Why is the SSH key required only for a private deposit?**
102104
>
103105
> When your GitHub repository is public, files can be retrieved without authentication, which means Git can clone and update code without the need for an SSH key. However, if your repository is private, GitHub requires authentication to access it. The SSH key can then be used to establish this secure connection and guarantee that only authorized users can interact with the repository.
104106
105-
Copy and save the SSH key to your GitHub account. This way, you can establish a secure connection without having to enter a password each time you perform a Git operation.
107+
> [!primary]
108+
>
109+
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
110+
111+
Copy your SSH key by clicking on the button on the right.
112+
113+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key-copy.png){.thumbnail}
114+
115+
Save the SSH key to your GitHub account:
106116

107117
- Log in to your GitHub account.
108118
- Click on your profile picture in the top right-hand corner, then on `Settings`{.action}.

pages/web_cloud/web_hosting/git_integration_webhosting/guide.en-gb.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring and using Git with an OVHcloud web hosting plan"
33
excerpt: "Find out how to configure and use Git with your web hosting plan in the OVHcloud Control Panel"
4-
updated: 2025-01-31
4+
updated: 2025-07-03
55
---
66

77
## Objective
@@ -90,19 +90,29 @@ Now define the branch of your GitHub repository. The default branch is `main`, b
9090

9191
Go back to the Git association form in the OVHcloud Control Panel, and enter the name of the new branch you have just created.
9292

93-
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
93+
If you enter the address of a private GitHub repository (of type `[email protected]:<username>/<repository_name>.git`), an `SSH key` field will appear under the `Branch` field.
9494

95-
> [!primary]
96-
>
97-
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
95+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key.png){.thumbnail}
96+
97+
To configure your SSH key, please refer to the 'Associate an SSH key with GitHub (for private GitHub repositories only)' step below.
98+
99+
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
98100

99101
> [!primary]
100102
>
101103
> **Why is the SSH key required only for a private deposit?**
102104
>
103105
> When your GitHub repository is public, files can be retrieved without authentication, which means Git can clone and update code without the need for an SSH key. However, if your repository is private, GitHub requires authentication to access it. The SSH key can then be used to establish this secure connection and guarantee that only authorized users can interact with the repository.
104106
105-
Copy and save the SSH key to your GitHub account. This way, you can establish a secure connection without having to enter a password each time you perform a Git operation.
107+
> [!primary]
108+
>
109+
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
110+
111+
Copy your SSH key by clicking on the button on the right.
112+
113+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key-copy.png){.thumbnail}
114+
115+
Save the SSH key to your GitHub account:
106116

107117
- Log in to your GitHub account.
108118
- Click on your profile picture in the top right-hand corner, then on `Settings`{.action}.

pages/web_cloud/web_hosting/git_integration_webhosting/guide.en-ie.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring and using Git with an OVHcloud web hosting plan"
33
excerpt: "Find out how to configure and use Git with your web hosting plan in the OVHcloud Control Panel"
4-
updated: 2025-01-31
4+
updated: 2025-07-03
55
---
66

77
## Objective
@@ -90,19 +90,29 @@ Now define the branch of your GitHub repository. The default branch is `main`, b
9090

9191
Go back to the Git association form in the OVHcloud Control Panel, and enter the name of the new branch you have just created.
9292

93-
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
93+
If you enter the address of a private GitHub repository (of type `[email protected]:<username>/<repository_name>.git`), an `SSH key` field will appear under the `Branch` field.
9494

95-
> [!primary]
96-
>
97-
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
95+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key.png){.thumbnail}
96+
97+
To configure your SSH key, please refer to the 'Associate an SSH key with GitHub (for private GitHub repositories only)' step below.
98+
99+
#### Attach an SSH key to GitHub (only for private GitHub repositories) <a name="linkSSHKey"></a>
98100

99101
> [!primary]
100102
>
101103
> **Why is the SSH key required only for a private deposit?**
102104
>
103105
> When your GitHub repository is public, files can be retrieved without authentication, which means Git can clone and update code without the need for an SSH key. However, if your repository is private, GitHub requires authentication to access it. The SSH key can then be used to establish this secure connection and guarantee that only authorized users can interact with the repository.
104106
105-
Copy and save the SSH key to your GitHub account. This way, you can establish a secure connection without having to enter a password each time you perform a Git operation.
107+
> [!primary]
108+
>
109+
> Generating an SSH key is a crucial step, as it establishes a secure and encrypted connection between your website’s directory and the GitHub repository. This key ensures that data transfers and code changes are done in a secure and authenticated manner, preventing unauthorized access and ensuring code integrity.
110+
111+
Copy your SSH key by clicking on the button on the right.
112+
113+
![Multisite](/pages/assets/screens/control_panel/product-selection/web-cloud/web-hosting/multisite/field-ssh-key-copy.png){.thumbnail}
114+
115+
Save the SSH key to your GitHub account:
106116

107117
- Log in to your GitHub account.
108118
- Click on your profile picture in the top right-hand corner, then on `Settings`{.action}.

0 commit comments

Comments
 (0)