

Click import and you will have the key set up.

Add your keys to your account at by running the following command in your terminal: cat ~/.ssh/id_rsa.pubĬopy the result into the text field on the website. Your Ubuntu Appliance will be added to your Ubuntu cloud account and use your SSH keys to identify you.

You now have a public and private key that you can use to authenticate. When the ssh-keygen utility prompts you for a passphrase. When you execute this command, the ssh-keygen utility prompts you to indicate where to store the key, press ENTER to accept the default location. To generate them run the following command in the terminal: ssh-keygen -t rsa The ‘Secure Shell’ protocol provides access to your Ubuntu Appliance and uses cryptographic keys to authenticate you to the device.
