API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Storage
Storage
Chosen image
Home/Storage/Manage SFTP storage/Manage an SSH key

Create and add an SSH key to your storage

SSH keys for SFTP storages can be uploaded in this section.

To add a new key, click on the Add new key button in the upper-right corner.

Create and add an SSH key to your storage

Specify a name for your key using letters, numbers, underscores, and dashes. It can't be longer than 128 symbols. The field can't be left empty.

Copy your key to the "Text" field or upload it from the file by clicking on the Upload from file button.

To assign keys to storages go to the Storages section and choose SSH keys manager in the drop-down menu.

SSH keys manager in the drop-down menu

Was this article helpful?

Not a Gcore user yet?

Check out our Storage

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });