This creates a new SSH key with your email as a label.
When prompted to enter a file location, press Enter to use the default path. If an existing key is detected, you can create a custom-named key instead.
Set a secure passphrase when prompted.
Adding Your SSH Key to the ssh-agent (optional)
ssh-agent is a built-in program in Linux and macOS. It is a background process that manages SSH keys and their passphrases, so you don't have to enter the passphrase every time you use SSH.
Start the ssh-agent:
eval"$(ssh-agent-s)"
If using macOS 10.12.2 or later, update your ~/.ssh/config file:
To generate an SSH key on Windows, use PuTTY. Refer to Windows with PuTTY for detailed instructions.
Add Your SSH Key to Zeupiter
Navigate to SSH Keysin the sidebar under Utilities, click Add an SSH Key, and paste your public key into the form. That's it, your One key to many Clouds setup is completed.