From 3e31f85b85dd83bf0594bf963ffdbd1cce959393 Mon Sep 17 00:00:00 2001 From: Kilian Domaratius Date: Tue, 23 Jan 2024 08:28:47 +0100 Subject: [PATCH] Remove 'Add SSH-Key' in favor of SSL certificates --- products/paas/cli-setup.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/products/paas/cli-setup.md b/products/paas/cli-setup.md index 8f7f76ba96..84d3ca36fd 100644 --- a/products/paas/cli-setup.md +++ b/products/paas/cli-setup.md @@ -17,14 +17,6 @@ To install PaaS CLI, run the following command: curl -sfS https://cli.shopware.com/installer | php ``` -## Add SSH key - -For secure communication between your local machine and your PaaS environment, create an SSH key, add it to your Account using the below command and go through the steps provided. - -```sh -shopware ssh-key:add -``` - When you run the CLI for the first time, it will ask you to log in via your browser. You can also generate an SSH key manually and add it in the **My profile > SSH Keys** section of your [PaaS Console](https://console.shopware.com/).