Secure Shell (SSH) keys are a fundamental building block for accessing virtual machines and cloud resources across the European Weather Cloud (EWC). This page introduces the core concepts behind SSH keys, explains why they are essential for secure access, and provides links to service‑specific guides for adding your SSH key pair.
SSH keys are a pair of cryptographic files used to authenticate securely to remote systems without transmitting a password. They consist of:
A public key — shared with the service or system you want to access.
A private key — kept securely on your computer and never shared.
Together, they enable a secure, password‑less login method that is widely used across cloud environments.
SSH keys are the recommended method for accessing virtual machines and compute resources in the European Weather Cloud because they provide:
SSH keys are required or recommended in several EWC services. Each service has its own procedure for registering or uploading your public key.
Below are links to the relevant guides:
| Service | |
|---|---|
OpenStack | OpenStack-based environments allow you to upload your public key so it can be injected into VMs at creation time: |
LDAP-based Access | Some environments use LDAP-backed systems where SSH keys must be added to your user profile: |
Morpheus | Add your SSH key pair to Morpheus to deploy and access virtual machines: |