Introduction
When you want to securely connect to a remote server, you need a way to prove who you are without using a password. Key pairs help by using a secret key on your computer and a matching public key on the server to allow safe access.
When you launch a new virtual server in the cloud and want to connect to it securely.
When you want to avoid using passwords for logging into your cloud servers.
When you need to share access to a server without sharing your private key.
When you want to automate secure connections to your cloud servers.
When you want to manage access keys centrally in your cloud environment.