- What is CREODIAS?
- Computing & Cloud
- Data & Processing
- Pricing Plans
- Fight with COVID-19
- Examples of usage
- Processing Sentinel-5P data using HARP and Python
- EO Data Access (R)evolution
- Land cover classification using remote sensing and AI/ML technology
- AI-based satellite image enhancer and mosaicking tools
- Monitoring air pollution using Sentinel-5P data
- Species classification of forests
- Enabling AI / ML workflows with CREODIAS vGPUs
- Satellite remote sensing analyses of the forest
- Satellite-based Urban Heat Island Mapping on CREODIAS
- Old but gold - historical EO data immediately available and widely used on CREODIAS
- CREODIAS for emergency fire management
- AgroTech project as an example of how CREODIAS can be used for food and environmental research
- Monitoring Air Quality of Germany in Pre vs During COVID Lockdown Period
- EO4UA
- Common Agricultural Policy monitoring with Earth Observation
- Applications of CREODIAS data
- Meteorological data usage on the CREODIAS platform
- Building added value under Horizon Europe with CREODIAS
- CREODIAS: Introduction to SAR Sentinel-1 data
- Land subsidence and landslides monitoring based on satellite data
- Satellite imagery in support of the Common Agriculture Policy (CAP) and crop statistics
- Useful tools for data processing, available on CREODIAS platform
- CREODIAS for hydrological drought modelling
- CREODIAS for managing Urban Heat Islands
- CREODIAS for Digitising Green Spaces
- CREODIAS for Air Quality
- Advanced data processors on CREODIAS
- CREODIAS for your application
- Solutions for agriculture with CREODIAS
- Earth Observation data for Emergency response
- Security Applications with Satellite Data
- Climate Monitoring with Satellite Data
- Water Analysis on CREODIAS
- CREODIAS for land and agriculture monitoring
- Solutions for atmospheric analysis
- Example of tool usage
- Processing EO Data and Serving www services
- Processing and Storing EO
- Embedding OGC WMS Services into Your website
- GPU Use Case
- Using the EO Browser
- EO Data Finder API Manual
- Use of SNAP and QGIS on a CREODIAS Virtual Machine
- Use of WMS Configurator
- DNS as a Service - user documentation
- Use of Sinergise Sentinel Hub on the CREODIAS EO Data Hub
- Load Balancer as a Service
- Jupyter Hub
- Use of CREODIAS Finder for ordering data
- ESRI ArcGIS on CREODIAS
- Use of CEMS data through CREODIAS
- Searching, processing and analysis of Sentinel-5P data on CREODIAS
- ASAR data available on CREODIAS
- Satellite remote sensing analyses of the forest
- EO Data Catalogue API Manual
- Public Reporting Dashboards
- Sentinel Hub Documentation
- Legal Matters
- FAQ
- News
- Partner Services
- About Us
- Forum
- Knowledgebase
NETWORKING
How to Import SSH Public Key to OpenStack Horizon on Creodias
How to Import SSH Public Key to OpenStack Horizon on Creodias
If you already have an SSH key pair on your computer, you can import your public key to the Horizon dashboard. Then, you will be able to use that imported key when launching a new instance.
By importing it directly to Horizon, you will eliminate the need to use tools like ssh-copy-id or manually edit the authorized_keys file. Also, your key will be available in OpenStack CLI.
After uploading your public key, you will not be able to apply it to an already created virtual machine. If you need to add a key to an existing VM, please follow this article instead: How to add SSH key from Horizon web console on Creodias.
You can have multiple SSH keys uploaded to your Horizon dashboard. You can then use them for different tasks.
What We Are Going To Cover
Preparation
Importing a Key
Prerequisites
No. 1 Account
You need a Creodias hosting account with access to the Horizon interface: https://horizon.cloudferro.com/auth/login/?next=/.
No. 2 Generated SSH key pair
You need a generated SSH key pair on your computer. If you do not have one yet, you can create it by following one of these articles:
Step 1 Preparation
Make sure that your public key is available to you. If you have not yet generated it, please follow Prerequisite No. 2.
Login to the Horizon dashboard: https://horizon.cloudferro.com/auth/login/?next=/.
Go to Compute -> Key Pairs. You should see the following screen:
Step 2 Importing a Key
Click Import Public Key. The following window should appear:
Choose a name for that key and enter it in the Key Pair Name text field. In this example, we will call it sshkey.
From the drop-down menu Key Type choose SSH Key.
Click Browse….
A file selector should appear. Its look will vary depending on your operating system and graphical environment. Choose your public key file there.
It should now appear in the Public Key text field:
Click Import Public Key.
The key should now be visible in the Horizon dashboard:
What To Do Next
Now that you have imported your key, it is time to use it for creation of virtual machines. Please check one of the following articles:
- How to create a Linux VM and access it from Windows desktop on Creodias.
- How to create a Linux VM and access it from Linux command line on Creodias.
You can also use your key in the OpenStack CLI (for example during the creation of virtual machines). Please follow one of the following articles to get started: