From deee700e9453570a4341e8bfdf6ff49963299b2c Mon Sep 17 00:00:00 2001 From: Christos Varelas Date: Thu, 9 Apr 2026 16:59:21 +0300 Subject: [PATCH] fix: Add note regarding Clavister NetWall key type requirement While deploying a Clavister NetWall instance, we need to choose an ECDSA SSH key. Add a note explicitly mentioning the key type. --- docs/howto/marketplace/clavister/deploy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/howto/marketplace/clavister/deploy.md b/docs/howto/marketplace/clavister/deploy.md index 728f955b3..fb4e84552 100644 --- a/docs/howto/marketplace/clavister/deploy.md +++ b/docs/howto/marketplace/clavister/deploy.md @@ -21,6 +21,7 @@ Click the orange *Deploy this App* button to start the deployment process. ![Start the firewall deployment process](assets/new-firewall/netwall-02.png) The firewall is hosted on a [Nova VM](../../openstack/nova/new-server.md), so now you may select a region, a name, a flavor, a public network, and a keypair for it. +Regarding the keypair, Clavister NetWall works with [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) keys only, so make sure you have created at least one in the region you are deploying in. Read and agree to the *Terms and Conditions.* When you are ready, click the green *Create* button.