Lumen help
Use Lumen® Edge Service Manager to add key pairs to your bare metal server instances. Key pairs are used for accessing instances using secure shell (SSH) instances. After you create a key pair, you can share its access credentials or delete it if it's no longer needed. The Edge Service Manager only accepts key pairs in Privacy Enhanced Mail (PEM) format.
The Edge Service Manager only accepts key pairs in Privacy Enhanced Mail (PEM) format. PEM files are a type of public key infrastructure (PKI) file used for keys and certificates. The example shown below is a private key beginning with:
-----BEGIN RSA PRIVATE KEY-----
If you have a key in another format, such as OpenSSH, convert the key:
#No passphrase
ssh-keygen -m pem -f /path/to/key
#With passphrase
ssh-keygen -p -P "old passphrase" -N "new passphrase" -m pem -f path/to/key
Important: Add your instance credentials (Linux or Windows) to your user profile before you add a key pair to avoid being locked out. If you add a key pair without credentials, delete the key pair, add your credentials, and add a replacement key pair.
To add a key pair:
Explore Edge Computing Solutions